This repository has been archived on 2026-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-08-08 16:59:16 +08:00

24 lines
671 B
JSON

{
"rewrites": [
{ "source": "/", "destination": "/templates/desktop.html" },
{ "source": "/mathbti", "destination": "/templates/mathbti.html" },
{ "source": "/web", "destination": "/templates/desktop.html" },
{ "source": "/desktop", "destination": "/templates/desktop.html" }
],
"headers": [
{
"source": "/static/(.*)",
"headers": [
{ "key": "Access-Control-Allow-Origin", "value": "*" },
{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }
]
},
{
"source": "/data/(.*)",
"headers": [
{ "key": "Access-Control-Allow-Origin", "value": "*" }
]
}
]
}