feat: add routing configuration for antdv.com in wrangler.jsonc
parent
56d9b358f2
commit
79b63b41c6
|
@ -4,5 +4,15 @@
|
|||
"assets": {
|
||||
"directory": "./site/dist",
|
||||
"not_found_handling": "single-page-application"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"pattern": "antdv.com/*",
|
||||
"zone_name": "antdv.com"
|
||||
},
|
||||
{
|
||||
"pattern": "www.antdv.com/*",
|
||||
"zone_name": "antdv.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue