We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70541e commit 6bf052dCopy full SHA for 6bf052d
1 file changed
wrangler.toml
@@ -1,4 +1,4 @@
1
-name = 'hosting-cloudflare-worker'
+name = 'vanityurls-link'
2
compatibility_date = '2025-07-31'
3
4
[build]
@@ -7,3 +7,7 @@ command = 'chmod a+x build.sh && ./build.sh'
7
[assets]
8
directory = './public'
9
not_found_handling = '404-page'
10
+
11
+[[routes]]
12
+pattern = "vanityurls.link"
13
+custom_domain = true
0 commit comments