mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 00:10:33 +02:00
test handle filesystem
This commit is contained in:
13
vercel.json
13
vercel.json
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.+)",
|
||||
"dest": "/",
|
||||
"status": 301
|
||||
},
|
||||
{
|
||||
"src": "/",
|
||||
"headers": {
|
||||
@@ -13,6 +8,14 @@
|
||||
"Feature-Policy": "*",
|
||||
"Referrer-Policy": "origin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"handle": "filesystem"
|
||||
},
|
||||
{
|
||||
"src": "/(.+)",
|
||||
"dest": "/",
|
||||
"status": 301
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user