diff --git a/vercel.json b/vercel.json index dcf8a9dd..1fc2921d 100644 --- a/vercel.json +++ b/vercel.json @@ -35,6 +35,8 @@ } ], "rewrites": [ + { "source": "/:path(.*)", "has": [{ "type": "host", "value": "*.aethex.me" }], "destination": "/index.html" }, + { "source": "/:path(.*)", "has": [{ "type": "host", "value": "*.aethex.space" }], "destination": "/index.html" }, { "source": "/", "destination": "/index.html" }, { "source": "/login", "destination": "/index.html" }, { "source": "/login/:path*", "destination": "/index.html" },