Files
titan-next-slides/vercel.json
2026-04-05 22:43:22 +08:00

8 lines
144 B
JSON

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