Update vercel.json

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