Skip to content

Commit 2eabd8d

Browse files
committed
add routes config to wrangler.toml
1 parent 442ba33 commit 2eabd8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wrangler.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ compatibility_flags = [ "nodejs_als", "nodejs_compat" ]
1010
binding = "ASSETS"
1111
directory = ".svelte-kit/cloudflare"
1212

13+
[[routes]]
14+
pattern = "acmcsuf.com"
15+
custom_domain = true
16+
1317
[observability]
1418
[observability.logs]
1519
enabled = true

0 commit comments

Comments
 (0)