bug ficx vercel
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [{ "src": "dist/**/*", "use": "@vercel/static" }],
|
||||
"routes": [{ "src": "/(.*)", "dest": "/dist/index.html" }]
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,5 +10,4 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: [{ find: "@", replacement: path.resolve(__dirname, "src") }],
|
||||
},
|
||||
base: "/",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user