-
Notifications
You must be signed in to change notification settings - Fork 3
/
netlify.toml
39 lines (33 loc) · 916 Bytes
/
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
[build]
publish = "build"
command = "npm run build"
[[redirects]]
from = "/docs/getting-started/hello-hosted-trial"
to = "https://docs.magnolia-cms.com/trials/hello-hosted-trial.html"
status = 301
force = true
[[redirects]]
from = "/docs/getting-started/hello-hosted-headless"
to = "https://docs.magnolia-cms.com/trials/hello-hosted-headless.html"
status = 301
force = true
[[redirects]]
from = "/docs/getting-started/hello-hosted-deploy-spa"
to = "https://docs.magnolia-cms.com/trials/hello-hosted-deploy-spa.html"
status = 301
force = true
[[redirects]]
from = "/docs/getting-started/hosted-faq"
to = "https://docs.magnolia-cms.com/trials/hosted-faq.html"
status = 301
force = true
[[redirects]]
from = "/docs/*"
to = "/"
status = 301
force = true
[[redirects]]
from = "/"
to = "https://docs.magnolia-cms.com/headless/index.html"
status = 301
force = true