Skip to content

Commit

Permalink
Merge pull request #421 from hasan-deriv/hasan/fix-vercel-dr
Browse files Browse the repository at this point in the history
updated vercel.dr.json
  • Loading branch information
farrah-deriv authored Dec 17, 2024
2 parents 4da06d6 + 0294e16 commit f646b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 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"
}
]
}
9 changes: 0 additions & 9 deletions vercel.json

This file was deleted.

0 comments on commit f646b29

Please sign in to comment.