We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170498f commit a45ee9dCopy full SHA for a45ee9d
_config.yml
@@ -20,13 +20,14 @@ description: >- # this means to ignore newlines until "baseurl:"
20
baseurl: "" # the subpath of your site, e.g. /blog
21
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22
23
-include: _redirects
+include:
24
+ - _redirects
25
+ - _headers
26
27
# Build settings
28
markdown: kramdown
29
plugins:
30
- jekyll-feed
-
31
# Exclude from processing.
32
# The following items will not be processed, by default. Create a custom list
33
# to override the default setting.
_headers
@@ -0,0 +1 @@
1
+Access-Control-Allow-Origin: *
0 commit comments