forked from kickstartDS/storyblok-starter-premium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
43 lines (35 loc) · 1.11 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
[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="/downloads-en.html"
to="/en/contact"
status = 301
force = false
[[redirects]]
from="/downloads.html"
to="/kontakt"
status = 301
force = false
[[redirects]]
from="/start.html"
to="/"
status = 301
force = false
[[redirects]]
from="/praezisions-leistungsverstaerker.html "
to="/produkte"
status = 301
force = false