Skip to content

Commit e563980

Browse files
authored
#230 fix in original repo
1 parent 63cac84 commit e563980

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

netlify.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
[context.branch-deploy]
1717
command = "hugo -b $DEPLOY_PRIME_URL"
1818

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

0 commit comments

Comments
 (0)