summaryrefslogtreecommitdiff
path: root/www/vercel.json
blob: 123569e34dceaca0492875425170d2eed32851fd (plain) (blame)
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"
    }
  ]
}