Files

18 lines
388 B
JSON
Raw Permalink Normal View History

2026-09-20 16:29:08 +08:00
{
"$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"
}
}