Add vercel rewrite

This commit is contained in:
jeffvli 2023-08-07 22:19:56 -07:00
parent 8686a7c592
commit b3bdff446d

View File

@ -1,8 +1,8 @@
{ {
"rewrites": [ "rewrites": [
{ {
"source": "/(.*)", "source": "/(.*)",
"destination": "/index.html" "destination": "/index.html"
} }
] ]
} }