Skip to content

Commit 6bf052d

Browse files
committed
ci: Fix wrangler.toml
1 parent a70541e commit 6bf052d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = 'hosting-cloudflare-worker'
1+
name = 'vanityurls-link'
22
compatibility_date = '2025-07-31'
33

44
[build]
@@ -7,3 +7,7 @@ command = 'chmod a+x build.sh && ./build.sh'
77
[assets]
88
directory = './public'
99
not_found_handling = '404-page'
10+
11+
[[routes]]
12+
pattern = "vanityurls.link"
13+
custom_domain = true

0 commit comments

Comments
 (0)