This commit is contained in:
2026-08-08 15:49:06 +08:00
parent e7dce1680a
commit 0a7207fa0e
76 changed files with 22779 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"rewrites": [
{ "source": "/", "destination": "/templates/index.html" },
{ "source": "/mathbti", "destination": "/templates/mathbti.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": "*" }
]
}
]
}