mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: corriger les routes pour le domaine principal et www dans wrangler.jsonc
This commit is contained in:
@@ -10,7 +10,12 @@
|
|||||||
"main": "./.output/server/index.mjs",
|
"main": "./.output/server/index.mjs",
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"pattern": "v2.arthurdanjou.fr",
|
"pattern": "arthurdanjou.fr",
|
||||||
|
"zone_name": "arthurdanjou.fr",
|
||||||
|
"custom_domain": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "www.arthurdanjou.fr",
|
||||||
"zone_name": "arthurdanjou.fr",
|
"zone_name": "arthurdanjou.fr",
|
||||||
"custom_domain": true
|
"custom_domain": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user