-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
49 lines (41 loc) · 1.13 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
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
X-Content-Type-Options = "nosniff"
[[redirects]]
from = "https://noesya.com/*"
to = "https://www.noesya.coop/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.noesya.com/*"
to = "https://www.noesya.coop/:splat"
status = 301
force = true
[[redirects]]
from = "https://noesya.fr/*"
to = "https://www.noesya.coop/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.noesya.fr/*"
to = "https://www.noesya.coop/:splat"
status = 301
force = true
[[redirects]]
from = "https://www.noesya.coop/assets/images/mails/chouette-circle.png"
to = "https://assets.noesya.coop/images/mails/chouette-circle.png"
status = 301
force = true
[[redirects]]
from = "https://www.noesya.coop/assets/images/mails/facebook.png"
to = "https://assets.noesya.coop/images/mails/facebook.png"
status = 301
force = true
[[redirects]]
from = "https://www.noesya.coop/assets/images/mails/linkedin.png"
to = "https://assets.noesya.coop/images/mails/linkedin.png"
status = 301
force = true