Files
test_slidev/apps/slidev/vercel.json
2025-10-25 20:59:50 +08:00

8 lines
144 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}