Skip to content

Commit

Permalink
Adding Vite Build Command to vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankaggarwal committed May 26, 2024
1 parent 0154f61 commit 92ef65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"config": { "distDir": "dist" }
}
],
"buildCommand": "vite build",
"rewrites": [
{
"source": "/(.*)",
Expand Down

0 comments on commit 92ef65a

Please sign in to comment.