excalidraw/vercel.json
2021-02-14 17:49:37 +02:00

33 lines
611 B
JSON

{
"routes": [
{
"src": "/",
"dest": "/",
"headers": {
"Access-Control-Allow-Origin": "*",
"X-Content-Type-Options": "nosniff",
"Feature-Policy": "*",
"Referrer-Policy": "origin"
}
},
{
"src": "/#json=.*",
"dest": "/",
"headers": {
"Access-Control-Allow-Origin": "*",
"X-Content-Type-Options": "nosniff",
"Feature-Policy": "*",
"Referrer-Policy": "origin"
}
},
{
"handle": "filesystem"
},
{
"src": "/(.+)",
"dest": "/",
"status": 301
}
]
}