We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd90e5 + 488ed78 commit 815a8d9Copy full SHA for 815a8d9
1 file changed
docs/_config.yml
@@ -72,6 +72,9 @@ callouts:
72
# - vendor/gems/
73
# - vendor/ruby/
74
75
+redirect_from:
76
+ json: false
77
+
78
# For copy button on code
79
enable_copy_code_button: true
80
@@ -145,8 +148,6 @@ offline_exclude:
145
148
- CNAME
146
149
- robots.txt
147
150
- sitemap.xml
- - redirects.json
- - "*.bat"
151
152
# Excludes for both the build (Jekyll won't try to process these as
153
# source) and the watcher (`jekyll serve` won't trigger a rebuild
@@ -155,4 +156,6 @@ offline_exclude:
155
156
# Offlinify plugin's writes don't kick the watcher into an infinite
157
# rebuild loop. Keep this in sync with also_build_offline above.
158
exclude:
- - _site-offline
159
+ - _site-offline
160
+ - redirects.json
161
+ - "*.bat"
0 commit comments