aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-02-24 17:30:12 +0200
committerGitHub <noreply@github.com>2022-02-24 17:30:12 +0200
commita09cd53ebb26052da4d552bdf4c76652bd2827e4 (patch)
tree026bae5ea0105b48ba1b28b9514e178bcab018b4 /exampleSite
parentfadb79e4e7cfc0f26c06fd6630952f76537b29b9 (diff)
Attempt to fix #230
Diffstat (limited to 'exampleSite')
-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 = "*"