aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-12-06 22:04:20 +0200
committerGitHub <noreply@github.com>2022-12-06 22:04:20 +0200
commit232e8afc37bf763b4661cb1b2f755ac63bd4a0fd (patch)
treea05e67a649b04ed8c001efeab7d9516fdd739d1b
parent09f9c6bb8756bb9eed7fb5c29492a8e80b622217 (diff)
cstate #253 hotfix
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index cc27ac3..cbef91a 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -17,6 +17,6 @@
command = "hugo -b $DEPLOY_PRIME_URL"
[[headers]]
- for = ["/*"]
+ for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"