diff --git a/vercel.json b/vercel.json index 3f7b803e8..5b4c1d2d8 100644 --- a/vercel.json +++ b/vercel.json @@ -37,6 +37,10 @@ { "source": "/logos/:path*", "destination": "/logos/default.svg" + }, + { + "source": "/(.*)", + "destination": "/_index.html" } ] } \ No newline at end of file