diff --git a/www/vercel.json b/www/vercel.json index 123569e34..39581473d 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -16,5 +16,11 @@ "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } + ], + "rewrites": [ + { + "source": "/play/:match*", + "destination": "https://play.astro.build/play/:match*" + } ] }