Update vercel routes

This commit is contained in:
Matthias 2022-11-19 16:50:51 +01:00 committed by GitHub
parent 3de9b45fbb
commit 96002b2722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,14 @@
{ {
"github": { "github": {
"silent": true "silent": true
},
"routes": [
{
"handle": "filesystem"
},
{
"src": "/(.*)",
"dest": "/index.html"
} }
]
} }