mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge 6dec38f291
into a18b139a60
This commit is contained in:
commit
c9f097f2f9
1 changed files with 25 additions and 1 deletions
26
vercel.json
26
vercel.json
|
@ -2,7 +2,7 @@
|
||||||
"public": true,
|
"public": true,
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"source": "/",
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Access-Control-Allow-Origin",
|
"key": "Access-Control-Allow-Origin",
|
||||||
|
@ -22,6 +22,27 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/plus/",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Access-Control-Allow-Origin",
|
||||||
|
"value": "https://plus.excalidraw.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "X-Content-Type-Options",
|
||||||
|
"value": "nosniff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Feature-Policy",
|
||||||
|
"value": "*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Referrer-Policy",
|
||||||
|
"value": "origin"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/:file*.woff2",
|
"source": "/:file*.woff2",
|
||||||
"headers": [
|
"headers": [
|
||||||
|
@ -49,6 +70,9 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"rewrites": [
|
||||||
|
{"source": "/plus/", "destination": "https://plus.excalidraw.com/"}
|
||||||
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"source": "/webex/:match*",
|
"source": "/webex/:match*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue