summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/vercel.json6
1 files changed, 6 insertions, 0 deletions
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*"
+ }
]
}