Skip to content

Commit

Permalink
fix: vercel deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Jan 3, 2025
1 parent 26d73f2 commit b30bb85
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions vercel.dr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"cleanUrls": true,
"outputDirectory": "dist",
"buildCommand": "echo ✅ Skipping build to use existing built files"
}
"buildCommand": "echo ✅ Skipping build to use existing built files",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}

0 comments on commit b30bb85

Please sign in to comment.