Update vercel.json

This commit is contained in:
metonym 2022-01-24 09:46:51 -08:00
commit f0c92a8bd0

View file

@ -1,5 +1,6 @@
{
"rewrites": [
{ "source": "/*", "destination": "/index.html" },
{
"source": "/:path*",
"has": [
@ -11,4 +12,4 @@
"destination": "/:path*"
}
]
}
}