summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-09-13 16:47:33 -0500
committerGravatar GitHub <noreply@github.com> 2021-09-13 16:47:33 -0500
commit0f28033a9d78d2317acacc954d445371c6c290d6 (patch)
treed9b48c3a5b52770c998a9518c4301d9e798465e7
parentb5623ada1693562ab1acd409f9bbea24dcf2cb41 (diff)
downloadastro-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.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*"
+ }
]
}