22 lines
277 B
JSON
22 lines
277 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"src": "/_astro/(.*)",
|
|
"dest": "/_astro/$1"
|
|
},
|
|
{
|
|
"src": "/favicon.ico",
|
|
"dest": "/favicon.ico"
|
|
},
|
|
{
|
|
"src": "/",
|
|
"status": 410,
|
|
"dest": "/index.html"
|
|
},
|
|
{
|
|
"src": "/(.*)",
|
|
"status": 410,
|
|
"dest": "/index.html"
|
|
}
|
|
]
|
|
}
|