-
Notifications
You must be signed in to change notification settings - Fork 2
/
netlify.toml
54 lines (39 loc) · 1.05 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
[build]
command = "npm run build"
publish = "dist"
[[headers]]
for = "/manifest.webmanifest"
[headers.values]
Content-Type = "application/manifest+json"
[[headers]]
for = "/*.html"
[headers.values]
Cache-Control = "no-cache, no-store, must-revalidate"
[[headers]]
for = "/assets/*"
[headers.values]
Cache-Control = "public, max-age=31536000"
[[plugins]]
package = "@netlify/plugin-lighthouse"
[[plugins.inputs.audits]]
path = ""
[[plugins.inputs.audits]]
path = "contact"
[[plugins.inputs.audits]]
path = "ueber-odis"
[[plugins.inputs.audits]]
path = "module"
[[plugins.inputs.audits]]
path = "module/01-datenpotenziale-verstehen"
[[plugins.inputs.audits]]
path = "projekte"
[[plugins.inputs.audits]]
path = "projekte/2023-06-kiezcolors"
[[plugins.inputs.audits]]
path = "aktuelles"
[[plugins.inputs.audits]]
path = "aktuelles/2023-12-21-luftguete"
[[plugins.inputs.audits]]
path = "ressourcen"
[[plugins.inputs.audits]]
path = "ressourcen/open_data_in_verwaltung"