🐛 fix(config): include other Markdown files in config

This commit is contained in:
Inter 2024-11-21 22:37:40 +00:00
parent 59f9d77526
commit 9cfcfe22bd

View file

@ -3,4 +3,9 @@ plugins:
- jekyll-relative-links - jekyll-relative-links
relative_links: relative_links:
enabled: true enabled: true
collections: true collections: true
include:
- CONTRIBUTING.md
- README.md
- LICENSE.md
- CODE_OF_CONDUCT.md