18 lines
388 B
JSON
18 lines
388 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|