Skip to content

Commit

Permalink
Merge pull request #229 from hasan-deriv/hasan/vercel-deploy-issue
Browse files Browse the repository at this point in the history
fix vercel dr publish
  • Loading branch information
sandeep-deriv authored Jan 3, 2025
2 parents 26d73f2 + b30bb85 commit 518d261
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 518d261

Please sign in to comment.