diff options
author | 2021-09-13 16:47:33 -0500 | |
---|---|---|
committer | 2021-09-13 16:47:33 -0500 | |
commit | 0f28033a9d78d2317acacc954d445371c6c290d6 (patch) | |
tree | d9b48c3a5b52770c998a9518c4301d9e798465e7 | |
parent | b5623ada1693562ab1acd409f9bbea24dcf2cb41 (diff) | |
download | astro-0f28033a9d78d2317acacc954d445371c6c290d6.tar.gz astro-0f28033a9d78d2317acacc954d445371c6c290d6.tar.zst astro-0f28033a9d78d2317acacc954d445371c6c290d6.zip |
Add `astro.build/play` link (#1359)
* feat: add rewrite to play.astro.build
* fix: subpath redirects
-rw-r--r-- | www/vercel.json | 6 |
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*" + } ] } |