mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
210649f383
* refactor: Use the latest vercel configuration instead of now * Remove redict
26 lines
435 B
JSON
26 lines
435 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "X-Content-Type-Options",
|
|
"value": "nosniff"
|
|
},
|
|
{
|
|
"key": "Feature-Policy",
|
|
"value": "*"
|
|
},
|
|
{
|
|
"key": "Referrer-Policy",
|
|
"value": "origin"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|