Skip to content

Commit 2455b6d

Browse files
Update netlify.toml
1 parent 026f3a3 commit 2455b6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "npm run build"
33
functions = ".netlify/functions"
4-
edge_functions = ".netlify/edge-functions"
4+
edge_functions = ".netlify/edge-functions"
55

66
[dev]
77
framework = "eleventy"
@@ -48,7 +48,7 @@
4848
for = "*"
4949
[headers.values]
5050
X-Content-Type-Options = "nosniff"
51-
Cache-Control = "public"
51+
Cache-Control = "public"
5252
[[headers]]
5353
for = "/*.svgz"
5454
[headers.values]
@@ -86,14 +86,14 @@
8686
for = "/*.json"
8787
[headers.values]
8888
X-Content-Type-Options = "nosniff"
89-
Content-Type = "application/json; charset=utf-8"
89+
Content-Type = "application/json; charset=utf-8"
9090
[[headers]]
9191
for = "/feeds/*.json"
9292
[headers.values]
9393
Access-Control-Allow-Origin = "*"
9494
Access-Control-Allow-Methods = "GET,HEAD,OPTIONS,POST"
9595
Access-Control-Allow-Headers = "Accept,X-Requested-With,Content-Type,Cache-Control,mode"
96-
Cache-Control = "no-cache"
96+
Cache-Control = "no-cache"
9797

9898
[functions."deploy-succeeded"]
9999
included_files = ["_cache/*.*"]

0 commit comments

Comments
 (0)