mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-11-28 07:49:49 +01: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"
|
main = ".open-next/worker.js"
|
||||||
name = "anthonyberg-website"
|
name = "anthonyberg"
|
||||||
compatibility_date = "2025-03-25"
|
compatibility_date = "2025-03-25"
|
||||||
compatibility_flags = ["nodejs_compat"]
|
compatibility_flags = ["nodejs_compat"]
|
||||||
|
routes = [
|
||||||
|
{ pattern = "anthonyberg.io", custom_domain = true },
|
||||||
|
{ pattern = "www.anthonyberg.io", custom_domain = true }
|
||||||
|
]
|
||||||
|
|
||||||
[assets]
|
[assets]
|
||||||
directory = ".open-next/assets"
|
directory = ".open-next/assets"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user