diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:24:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:24:06 +0300 |
commit | 6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (patch) | |
tree | 1d17945de819e91753abb2c894fe7cc001cfaad2 /exampleSite | |
parent | 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (diff) | |
parent | 5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff) |
Merge branch 'dev' into master
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/netlify.toml | 2 |
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 = "*" |