返回 slidev
vercel.json
根目录 / packages / create-app / template / vercel.json
1 {
2 "rewrites": [
3 { "source": "/(.*)", "destination": "/index.html" }
4 ],
5 "buildCommand": "npm run build",
6 "outputDirectory": "dist"
7 }
8
8 lines JSON