mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 19:44:43 +01:00
Compare commits
3 Commits
v0.18.0
...
maielo/dom
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dec38f291 | ||
|
|
448f3723a3 | ||
|
|
fe69b087f6 |
26
vercel.json
26
vercel.json
@@ -2,7 +2,7 @@
|
||||
"public": true,
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"source": "/",
|
||||
"headers": [
|
||||
{
|
||||
"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",
|
||||
"headers": [
|
||||
@@ -49,6 +70,9 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{"source": "/plus/", "destination": "https://plus.excalidraw.com/"}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/webex/:match*",
|
||||
|
||||
Reference in New Issue
Block a user