mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +01:00
Add _routes.json configuration to properly handle direct /r/ and /a/ paths on Cloudflare Pages deployments. This ensures that client-side routes are served correctly instead of returning 404 errors.
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"version": 1,
|
|
"include": ["/*"],
|
|
"exclude": ["/assets/*", "/robots.txt", "/sw.js", "/_headers", "/_redirects"]
|
|
}
|
|
|