chore(docs): add Cloudflare deployment

This commit is contained in:
Maofeng
2026-09-20 16:29:08 +08:00
parent 7d57c9e7ae
commit 2a6284d1b0
4 changed files with 145 additions and 37 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "react-app-kit-docs",
"compatibility_date": "2026-09-20",
"workers_dev": false,
"routes": [
{
"pattern": "react-app-kit.go-slim.dev",
"custom_domain": true
}
],
"assets": {
"directory": "./dist",
"not_found_handling": "404-page",
"html_handling": "auto-trailing-slash"
}
}