vite config
This commit is contained in:
10
vercel.json
10
vercel.json
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"rewrites": [
|
"cleanUrls": true,
|
||||||
|
"routes": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"handle": "filesystem"
|
||||||
"destination": "/index.html"
|
},
|
||||||
|
{
|
||||||
|
"src": "/.*",
|
||||||
|
"dest": "/index.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user