15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"redirects": [
|
|
{
|
|
"source": "/docs/:match*",
|
|
"destination": "https://docs.astro.build/:match*",
|
|
"permanent": false
|
|
},
|
|
{
|
|
"source": "/chat",
|
|
"destination": "https://discord.gg/grF4GTXXYm"
|
|
}
|
|
]
|
|
}
|