mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
Add 404 catch-all handler for SPA.
This commit is contained in:
parent
4f09cd3d95
commit
f80f56a2bb
@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"github": {
|
"github": {
|
||||||
"silent": true
|
"silent": true
|
||||||
}
|
},
|
||||||
|
"routes": [
|
||||||
|
{
|
||||||
|
"src": "/[^.]+",
|
||||||
|
"dest": "/",
|
||||||
|
"status": 200
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user