-
Notifications
You must be signed in to change notification settings - Fork 2
/
vercel.json
34 lines (33 loc) · 859 Bytes
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"trailingSlash": false,
"redirects": [
{
"source": "/operating-systems/containers/develop-with-containers",
"destination": "develop-with-containers"
},
{
"source": "/operating-systems/linux/shell/bash/pimp-up-your-shell/",
"destination": "/pimp-up-your-shell"
},
{
"source": "/operating-systems/containers/kubernetes-ingress-istio-workshop",
"destination": "/kubernetes-ingress-istio-workshop"
},
{
"source": "/operating-systems/macos/best_macos_apps",
"destination": "/best-macos-apps"
},
{
"source": "/terminal/apps/pass/pass-free-password-manager",
"destination": "/pass-free-password-manager"
},
{
"source": "/terminal/apps/req8_postman_alternative",
"destination": "/req8-postman-alternative"
},
{
"source": "/operating-systems/macos/setup",
"destination": "/macos-setup"
}
]
}