We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4232e55 commit 09f9c6bCopy full SHA for 09f9c6b
README.md
@@ -1,4 +1,4 @@
1
-# cState Site v5.4
+# cState Site v5.5
2
3
This is the default cState status page website directory/folder.
4
config.yml
@@ -411,4 +411,4 @@ outputs:
411
outputFormats:
412
svg:
413
isPlainText: true
414
- mediaType: image/svg+xml
+ mediaType: image/svg+xml
netlify.toml
@@ -16,7 +16,7 @@
16
[context.branch-deploy]
17
command = "hugo -b $DEPLOY_PRIME_URL"
18
19
-[headers]
20
- for = ["/*.json", "/*.xml"]
21
- [headers.values]
+[[headers]]
+ for = ["/*"]
+ [headers.values]
22
Access-Control-Allow-Origin = "*"
static/_headers
@@ -0,0 +1,2 @@
+/*
+ Access-Control-Allow-Origin: *
0 commit comments