forked from kickstartDS/storyblok-starter-premium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
115 lines (95 loc) · 2.8 KB
/
netlify.toml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[template]
incoming-hooks = ["Storyblok"]
[template.environment]
NEXT_STORYBLOK_API_TOKEN = "Add your Storyblok API token for the newly created Space here"
NEXT_STORYBLOK_OAUTH_TOKEN = "Add your Oauth token, generated from your personal account here"
NEXT_STORYBLOK_SPACE_ID = "Add your Storyblok Space ID for the newly created Space here (without the #)"
STORYBLOK_LOGIN_EMAIL = "Add the email you used on Storyblok for the newly created Space here"
STORYBLOK_REGION = "Add the region you used on Storyblok for the newly created Space here"
[build]
command = "(npm run netlify-init && npm run build) || npm run build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[[plugins]]
package = "/plugins/netlify-plugin-ksds-storyblok"
[[redirects]]
from="/brauche-ich-ein-design-system"
to="/design-system-services/brauche-ich-ein-design-system"
status = 301
force = false
[[redirects]]
from="/design-system-services"
to="/design-system-services/design-system-services"
status = 301
force = false
[[redirects]]
from="/headless-cms"
to="/headless-cms/headless-cms-services"
status = 301
force = false
[[redirects]]
from="/internetagentur/partner"
to="/ueber-uns/partner"
status = 301
force = false
[[redirects]]
from="/kontakt"
to="/ueber-uns/kontakt"
status = 301
force = false
[[redirects]]
from="/leistungen/ux-strategie-und-beratung"
to="/ux-strategie-beratung"
status = 301
force = false
[[redirects]]
from="/referenzen"
to="/ueber-uns/referenzen"
status = 301
force = false
[[redirects]]
from="/vorteile-eines-design-systems"
to="/design-system-services/vorteile-eines-design-systems"
status = 301
force = false
[[redirects]]
from="/was-sind-headless-cms"
to="/headless-cms/was-ist-ein-headless-cms"
status = 301
force = false
[[redirects]]
from="/web-frontends/design-system-implementierung"
to="/design-system-services/design-system-implementierung"
status = 301
force = false
[[redirects]]
from="/web-frontends/design-system-implementierung/storybook"
to="/glossar/storybook"
status = 301
force = false
[[redirects]]
from="/web-frontends/frontend-architektur/atomic-design"
to="/glossar/atomic-design"
status = 301
force = false
[[redirects]]
from="/ueber-uns"
to="/ueber-uns/design-system-agentur-beratung"
status = 301
force = false
[[redirects]]
from="/design-system-services/uebersicht-ueber-unsere-design-system-services"
to="/design-system-services/design-system-services"
status = 301
force = false
[[redirects]]
from="/design-system-services/mehrwerte-von-kickstartds"
to="/design-system-services/design-system-starterkit-kickstartds"
status = 301
force = false
[[redirects]]
from="/services/digitales-marketing/typo3"
to="/ueber-uns/kontakt"
status = 301
force = false