Skip to content

Commit 36e8ef3

Browse files
committed
chore: disable logs & change route
1 parent a5b7249 commit 36e8ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +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 }]
6+
routes = [{ pattern = "cors-proxy.spicetify.app", custom_domain = true }]
77

88
[observability.logs]
9-
enabled = true
9+
enabled = false

0 commit comments

Comments
 (0)