aboutsummaryrefslogtreecommitdiffstats
path: root/docs/vercel.json
blob: 896662c570010229c24705e82f3f92c6c43a03ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "redirects": [
    {
      "source": "/docs/",
      "destination": "/docs/guide",
      "permanent": true
    },
    {
      "source": "/docs",
      "destination": "/docs/guide",
      "permanent": true
    },
    {
      "source": "/docs/config/key-binding",
      "destination": "/docs/key-binding",
      "permanent": true
    },
    {
      "source": "/docs/config/key-binding/",
      "destination": "/docs/key-binding",
      "permanent": true
    }
  ]
}