1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

fix(build): exclude purgecss.js from output files (#2090)

This commit is contained in:
Cotes Chung 2024-12-05 21:28:37 +08:00 committed by GitHub
parent 7ea3545ba3
commit 976e1a184b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,8 +212,8 @@ exclude:
- tools - tools
- README.md - README.md
- LICENSE - LICENSE
- "*.config.js" - "*.js"
- package*.json - "package*.json"
jekyll-archives: jekyll-archives:
enabled: [categories, tags] enabled: [categories, tags]