Skip to content

Commit

Permalink
fix: updated vercel.dr.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Dec 12, 2024
1 parent 5921d1b commit 0294e16
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 0294e16

Please sign in to comment.