chore(docs): add Cloudflare deployment
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user