Archived
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"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": "*" }
|
|
]
|
|
}
|
|
]
|
|
}
|