Skip to content

Commit b9a7d51

Browse files
committed
optimize
1 parent a155b21 commit b9a7d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vercel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"installCommand": "npm install",
55
"devCommand": "npm run dev",
66
"framework": "vite",
7-
"routes": [
7+
"rewrites": [
88
{
9-
"src": "/(.*)",
10-
"dest": "/index.html"
9+
"source": "/((?!assets/).*)",
10+
"destination": "/index.html"
1111
}
1212
]
1313
}

0 commit comments

Comments
 (0)