mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-10-13 18:17:40 +02:00
feat(build): add custom domain to wrangler
This commit is contained in:
parent
d0d26dacf5
commit
14c0bddbfd
@ -1,7 +1,11 @@
|
||||
main = ".open-next/worker.js"
|
||||
name = "anthonyberg-website"
|
||||
name = "anthonyberg"
|
||||
compatibility_date = "2025-03-25"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
routes = [
|
||||
{ pattern = "anthonyberg.io", custom_domain = true },
|
||||
{ pattern = "www.anthonyberg.io", custom_domain = true }
|
||||
]
|
||||
|
||||
[assets]
|
||||
directory = ".open-next/assets"
|
||||
|
Loading…
x
Reference in New Issue
Block a user