Archived
Demo
This commit is contained in:
+22
@@ -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": "*" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user