ue/slidev/vercel.json

8 lines
144 B
JSON
Raw Normal View History

2024-10-06 02:34:10 +00:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}