2021-07-20 19:04:35 +00:00
|
|
|
{
|
|
|
|
"cleanUrls": true,
|
|
|
|
"trailingSlash": false,
|
|
|
|
"redirects": [
|
2021-07-20 19:05:48 +00:00
|
|
|
{
|
2021-07-20 19:04:35 +00:00
|
|
|
"source": "/docs/:match*",
|
|
|
|
"destination": "https://docs.astro.build/:match*",
|
|
|
|
"permanent": false
|
|
|
|
},
|
2021-07-27 12:45:13 +00:00
|
|
|
{
|
|
|
|
"source": "/posts/:match*",
|
|
|
|
"destination": "blog/:match*",
|
|
|
|
"permanent": false
|
|
|
|
},
|
2021-07-20 19:05:48 +00:00
|
|
|
{
|
|
|
|
"source": "/chat",
|
2021-07-20 19:04:35 +00:00
|
|
|
"destination": "https://discord.gg/grF4GTXXYm"
|
|
|
|
}
|
2021-09-13 21:47:33 +00:00
|
|
|
],
|
|
|
|
"rewrites": [
|
|
|
|
{
|
|
|
|
"source": "/play/:match*",
|
|
|
|
"destination": "https://play.astro.build/play/:match*"
|
|
|
|
}
|
2021-07-20 19:04:35 +00:00
|
|
|
]
|
|
|
|
}
|