feat: add routing configuration for antdv.com in wrangler.jsonc

main
tangjinzhou 2025-09-19 00:16:11 +08:00
parent 56d9b358f2
commit 79b63b41c6
1 changed files with 11 additions and 1 deletions

View File

@ -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"
}
]
}