diff --git a/vercel.json b/vercel.json index 44f49bb4..754fbc6e 100644 --- a/vercel.json +++ b/vercel.json @@ -58,6 +58,11 @@ } ], "rewrites": [ + { + "source": "/:path(.*)", + "has": [{ "type": "host", "value": "(?.+)\\.discordsays\\.com" }], + "destination": "/index.html" + }, { "source": "/:path(.*)", "has": [{ "type": "host", "value": "(?.+)\\.aethex\\.me" }],