Skip to content

Commit

Permalink
chore: add custom domain to wrangler config
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Dec 20, 2024
1 parent 560f574 commit ea62e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ main = "./.output/server/index.mjs"
workers_dev = true
compatibility_date = "2024-12-19"

routes = [{ pattern = "proxy.spicetify.app", custom_domain = true }]

[observability.logs]
enabled = true

0 comments on commit ea62e1b

Please sign in to comment.