-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnetlify.toml
61 lines (50 loc) · 1.36 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
[context.production.environment]
REACT_APP_API_URL = "https://api.digitalungdom.se"
[context.deploy-preview.environment]
REACT_APP_API_URL = "https://devapi.digitalungdom.se"
[context.branch-deploy.environment]
REACT_APP_API_URL = "https://devapi.digitalungdom.se"
[[redirects]]
from = "https://digitalungdom.se/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://digitalungdom.com/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.digitalungdom.com/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://digitalungdom.net/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.digitalungdom.net/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://digitalungdom.org/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.digitalungdom.org/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "https://digitalungdom.netlify.app/*"
to = "https://www.digitalungdom.se/:splat"
status = 301
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200