aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-07-13 17:24:06 +0300
committerGitHub <noreply@github.com>2022-07-13 17:24:06 +0300
commit6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (patch)
tree1d17945de819e91753abb2c894fe7cc001cfaad2 /exampleSite/netlify.toml
parent5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (diff)
parent5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff)
Merge branch 'dev' into master
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 3c0826a..e0bd82e 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -17,6 +17,6 @@
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
- for = "/*.json", "/*.xml"
+ for = ["/*.json", "/*.xml"]
[headers.values]
Access-Control-Allow-Origin = "*"