Add astro.build/play
link (#1359)
* feat: add rewrite to play.astro.build * fix: subpath redirects
This commit is contained in:
parent
b5623ada16
commit
0f28033a9d
1 changed files with 6 additions and 0 deletions
|
@ -16,5 +16,11 @@
|
|||
"source": "/chat",
|
||||
"destination": "https://discord.gg/grF4GTXXYm"
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/play/:match*",
|
||||
"destination": "https://play.astro.build/play/:match*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue