mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
build: 添加 Wrangler 配置文件以支持 Cloudflare Pages 部署
This commit is contained in:
8
public/wrangler.jsonc
Normal file
8
public/wrangler.jsonc
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "fuwari",
|
||||
"compatibility_date": "2025-08-11",
|
||||
"assets": {
|
||||
"directory": "./dist",
|
||||
"not_found_handling": "404-page"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user