Skip to content

Commit 09f9c6b

Browse files
committed
v5.5
1 parent 4232e55 commit 09f9c6b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cState Site v5.4
1+
# cState Site v5.5
22

33
This is the default cState status page website directory/folder.
44

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,4 @@ outputs:
411411
outputFormats:
412412
svg:
413413
isPlainText: true
414-
mediaType: image/svg+xml
414+
mediaType: image/svg+xml

netlify.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[context.branch-deploy]
1717
command = "hugo -b $DEPLOY_PRIME_URL"
1818

19-
[headers]
20-
for = ["/*.json", "/*.xml"]
21-
[headers.values]
19+
[[headers]]
20+
for = ["/*"]
21+
[headers.values]
2222
Access-Control-Allow-Origin = "*"

static/_headers

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*
2+
Access-Control-Allow-Origin: *

0 commit comments

Comments
 (0)