mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
test handle filesystem
This commit is contained in:
parent
d87ced1711
commit
e86ae51c92
1 changed files with 8 additions and 5 deletions
13
vercel.json
13
vercel.json
|
@ -1,10 +1,5 @@
|
||||||
{
|
{
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
|
||||||
"src": "/(.+)",
|
|
||||||
"dest": "/",
|
|
||||||
"status": 301
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"src": "/",
|
"src": "/",
|
||||||
"headers": {
|
"headers": {
|
||||||
|
@ -13,6 +8,14 @@
|
||||||
"Feature-Policy": "*",
|
"Feature-Policy": "*",
|
||||||
"Referrer-Policy": "origin"
|
"Referrer-Policy": "origin"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"handle": "filesystem"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/(.+)",
|
||||||
|
"dest": "/",
|
||||||
|
"status": 301
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue