Skip to content

Commit ea62e1b

Browse files
committed
chore: add custom domain to wrangler config
1 parent 560f574 commit ea62e1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wrangler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ main = "./.output/server/index.mjs"
33
workers_dev = true
44
compatibility_date = "2024-12-19"
55

6+
routes = [{ pattern = "proxy.spicetify.app", custom_domain = true }]
7+
68
[observability.logs]
79
enabled = true

0 commit comments

Comments
 (0)