aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-02-27 13:34:44 +0200
committerGitHub <noreply@github.com>2022-02-27 13:34:44 +0200
commit33d047d5547833adf75e8878b984e34a3c27418a (patch)
tree026bae5ea0105b48ba1b28b9514e178bcab018b4
parentfadb79e4e7cfc0f26c06fd6630952f76537b29b9 (diff)
parenta09cd53ebb26052da4d552bdf4c76652bd2827e4 (diff)
Attempt to fix #230
Attempt to fix #230
-rw-r--r--exampleSite/netlify.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index edf34b2..3c0826a 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -17,9 +17,6 @@
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
- for = "/*.json"
- [headers.values]
- Access-Control-Allow-Origin = "*"
- for = "/*.xml"
+ for = "/*.json", "/*.xml"
[headers.values]
Access-Control-Allow-Origin = "*"