Skip to content

Commit a45ee9d

Browse files
committed
Add headers file, CORS config
1 parent 170498f commit a45ee9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ description: >- # this means to ignore newlines until "baseurl:"
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2222

23-
include: _redirects
23+
include:
24+
- _redirects
25+
- _headers
2426

2527
# Build settings
2628
markdown: kramdown
2729
plugins:
2830
- jekyll-feed
29-
3031
# Exclude from processing.
3132
# The following items will not be processed, by default. Create a custom list
3233
# to override the default setting.

_headers

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

0 commit comments

Comments
 (0)