Update vercel.json

This commit is contained in:
底层用户 2022-01-22 10:18:47 +08:00 committed by GitHub
parent 9b0a355ae1
commit 5c3d5cdeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,12 @@
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/" }
]
}
"version": 2,
"routes": [{
"handle": "filesystem"
},
{
"src": "/(.*)",
"status": 404,
"dest": "/"
}
]
}