1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "cleanUrls": true, "trailingSlash": false, "redirects": [ { "source": "/docs/:match*", "destination": "https://docs.astro.build/:match*", "permanent": false }, { "source": "/posts/:match*", "destination": "blog/:match*", "permanent": false }, { "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } ] }