Skip to content

Commit

Permalink
feat: update vercel rewrite rule
Browse files Browse the repository at this point in the history
  • Loading branch information
erdkse committed May 12, 2024
1 parent 58b0f3a commit 5029f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vercelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dist
node_modules
node_modules

.env
3 changes: 2 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"git": {
"deploymentEnabled": false
}
},
"rewrites": [{"source": "/(.*)", "destination": "/index.html"}]
}

0 comments on commit 5029f50

Please sign in to comment.