Skip to content

Commit b333fab

Browse files
committed
chore: uncomment exclude in _config.yml, add ViteRuby tags to custom head
1 parent fdb3d76 commit b333fab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For technical reasons, this file is *NOT* reloaded automatically when you use
99
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010
#
11-
# If you need help with YAML syntax, here are some quick references for you:
11+
# If you need help with YAML syntax, here are some quick references for you:
1212
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
1313
# https://learnxinyminutes.com/docs/yaml/
1414
#
@@ -43,7 +43,7 @@ plugins:
4343
# Excluded items can be processed by explicitly listing the directories or
4444
# their entries' file path in the `include:` list.
4545
#
46-
# exclude:
46+
exclude:
4747
- bin
4848
- config
4949
- vite.config.ts

_includes/custom-head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{% vite_client_tag %}
2+
{% vite_javascript_tag application %}

0 commit comments

Comments
 (0)