Update vercel.json

This commit is contained in:
2026-05-15 20:33:16 -04:00
committed by GitHub
parent 697895ae00
commit e6ab66db78
+3 -3
View File
@@ -1,5 +1,5 @@
{
"framework": "vite",
"buildCommand": "bun run build",
"outputDirectory": "dist"
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}