Skip to content

Commit

Permalink
Make vercel understand different paths (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
OKendigelyan authored Jul 10, 2024
1 parent b0cddf5 commit d344522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"git": {
"deploymentEnabled": false
}
"deploymentEnabled": true
},
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}

0 comments on commit d344522

Please sign in to comment.