-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathstormkit.config.yml
33 lines (33 loc) · 1.03 KB
/
stormkit.config.yml
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
app:
- redirects:
- from: stormkit.io
to: www.stormkit.io
status: 301
replace: true
- from: /docs/deployments/deploy-hooks
to: /docs/deployments/outbound-webhooks
status: 301
- from: /docs/deploy-hooks
to: /docs/deployments/deploy-hooks
status: 301
- from: /docs/deployments/angular
to: /deployments/configuration/angular
status: 301
- from: /docs/deployments/next
to: /docs/deployments/configuration/next
status: 301
- from: /docs/deployments/nuxt
to: /docs/deployments/configuration/nuxt
status: 301
- from: /docs/staged-rollouts
to: /docs/features/staged-rollouts
status: 301
- from: /docs/remote-config
to: /docs/features/remote-config
status: 301
- from: /docs/redirects
to: /docs/features/redirects-and-path-rewrites
status: 301
- from: /docs/deployments/configuration/*
to: /docs/deployments/configuration
status: 301