Add 404 catch-all handler for SPA.

pull/1721/head
Kavin 5 months ago
parent 4f09cd3d95
commit f80f56a2bb
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

@ -1,5 +1,12 @@
{
"github": {
"silent": true
}
},
"routes": [
{
"src": "/[^.]+",
"dest": "/",
"status": 200
}
]
}

Loading…
Cancel
Save