Files
fuwari/wrangler.jsonc
二叉树树 447e8ca7af feat: 更新wrangler配置并迁移重定向规则
- 在wrangler.jsonc中添加404页面处理配置
- 将_redirects文件重命名为public_redirects以符合新规范
2025-12-16 08:16:06 +08:00

10 lines
161 B
JSON

{
"name": "fuwari",
"compatibility_date": "2025-08-11",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page"
}
}