Skip to content

Commit

Permalink
Add vercel.json (just because I can't push to DockerHub yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 29, 2024
1 parent 7bb8477 commit e3a5f52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit e3a5f52

Please sign in to comment.