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