vercel deployment changes

This commit is contained in:
Harivansh Rathi 2024-11-20 19:58:53 -05:00
parent f1ca72a782
commit e8e5e241bf
4 changed files with 16 additions and 9 deletions

11
vercel.json Normal file
View file

@ -0,0 +1,11 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
],
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite"
}