This website requires JavaScript.
Explore
Help
Sign In
onixbyte
/
dev-lab
Watch
5
Star
0
Fork
0
You've already forked dev-lab
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
dev-lab
/
vercel.json
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
10 lines
125 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
fix: handle client-side routing 404 on Vercel
2026-01-16 10:42:54 +08:00
{
fix: set Vercel output directory to dist
2026-06-08 17:00:01 +08:00
"outputDirectory"
:
"dist"
,
fix: handle client-side routing 404 on Vercel
2026-01-16 10:42:54 +08:00
"rewrites"
:
[
{
"source"
:
"/(.*)"
,
"destination"
:
"/index.html"
}
]
}
Reference in New Issue
Copy Permalink