Skip to content

Commit

Permalink
build: override vercel build and change the output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jun 26, 2024
1 parent 36eae26 commit 40c5825
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cleanUrls": true,
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "build"
}
}
],
"outputDirectory": ".vercel/output"
"outputDirectory": "build",
"buildCommand": "echo ✅ Skipping build to use existing built files"
}

0 comments on commit 40c5825

Please sign in to comment.