mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-15 07:04:47 +00:00
vercel deployment changes
This commit is contained in:
parent
f1ca72a782
commit
e8e5e241bf
4 changed files with 16 additions and 9 deletions
11
vercel.json
Normal file
11
vercel.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist",
|
||||
"framework": "vite"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue