Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore: add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daolanfler committed Dec 12, 2022
1 parent d416e99 commit 5d9ec4a
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": "/:path*",
"destination": "/index.html"
}
]
}

0 comments on commit 5d9ec4a

Please sign in to comment.