fix: js files in subdirectories are excluded from the site output (#2101)

This commit is contained in:
Cotes Chung 2024-12-07 00:55:47 +08:00 committed by GitHub
parent 7630356a94
commit f55cc31dbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,7 +212,8 @@ exclude:
- tools
- README.md
- LICENSE
- "*.js"
- purgecss.js
- rollup.config.js
- "package*.json"
jekyll-archives: