summaryrefslogtreecommitdiff
path: root/docs/vercel.json
blob: 9e0638fd82bf0c1bdd73dc8345935441d6ec3e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "cleanUrls": true,
  "trailingSlash": false,
  "redirects": [
    {
      "source": "/",
      "destination": "/getting-started"
    }
  ]
}