Skip to content

Commit be4f8c8

Browse files
Merge branch 'master' into develop
2 parents 4ecfee3 + b337689 commit be4f8c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

netlify.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@
3232
package = "netlify-plugin-jekyll-cache"
3333

3434
[plugins.inputs]
35-
jekyllSource = "/src"
35+
jekyllSource = "/src"
36+
37+
38+
[[headers]]
39+
# Define which paths this specific [[headers]] block will cover.
40+
for = "/*"
41+
[headers.values]
42+
Access-Control-Allow-Origin = "*"

0 commit comments

Comments
 (0)