Add astro.build/play link (#1359)

* feat: add rewrite to play.astro.build

* fix: subpath redirects
This commit is contained in:
Nate Moore 2021-09-13 16:47:33 -05:00 committed by GitHub
parent b5623ada16
commit 0f28033a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,11 @@
"source": "/chat",
"destination": "https://discord.gg/grF4GTXXYm"
}
],
"rewrites": [
{
"source": "/play/:match*",
"destination": "https://play.astro.build/play/:match*"
}
]
}