aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-12-06 22:01:25 +0200
committerGitHub <noreply@github.com>2022-12-06 22:01:25 +0200
commitdb474e411e96945ce905504fb0a3c97477fcd305 (patch)
tree563d32d4560a8989f8106d347db2731dc58fbbea /exampleSite/netlify.toml
parent0756ed46f5411ac5c77ec2584a0f316a582a90ef (diff)
#253 hotfix
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 cc27ac3..cbef91a 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -17,6 +17,6 @@
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
- for = ["/*"]
+ for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"