✨ add vercel.json (dist/vercel.json)
This commit is contained in:
parent
57e5a696f2
commit
4a874385a2
1 changed files with 22 additions and 0 deletions
22
dist/vercel.json
vendored
Normal file
22
dist/vercel.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"routes": [
|
||||
{
|
||||
"src": "/_astro/(.*)",
|
||||
"dest": "/_astro/$1"
|
||||
},
|
||||
{
|
||||
"src": "/favicon.ico",
|
||||
"dest": "/favicon.ico"
|
||||
},
|
||||
{
|
||||
"src": "/",
|
||||
"status": 410,
|
||||
"dest": "/index.html"
|
||||
},
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"status": 410,
|
||||
"dest": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue