ue/slidev/vercel.json
2024-10-23 19:51:57 +09:00

8 lines
144 B
JSON

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