-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
39 lines (33 loc) · 1 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
[build]
publish = "dist/"
command = "npm run build"
[[plugins]]
package = "@netlify/plugin-lighthouse"
[[redirects]]
from = "https://micha149s-website.netlify.app/"
to = "https://michael-van-engelshoven.de"
status = 301
force = true
[[redirects]]
from = "https://van-engelshoven.de/"
to = "https://michael-van-engelshoven.de"
status = 301
force = true
[[redirects]]
from = "https://www.van-engelshoven.de/"
to = "https://michael-van-engelshoven.de"
status = 301
force = true
[[redirects]]
from = "https://www.michael-van-engelshoven.de/"
to = "https://michael-van-engelshoven.de"
status = 301
force = true
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self' 'unsafe-inline'; img-src 'self' data:"
X-Frame-Options = "SAMEORIGIN"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin"
Permissions-Policy = "camera=(), geolocation=(), microphone=()"