1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 14:14:17 +00:00

build(deps): upgrade html-proofer to v5.x

This commit is contained in:
Cotes Chung
2024-05-11 14:08:39 +08:00
parent fdbd7f02e3
commit f87fdd0ea0
4 changed files with 4 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ main() {
# test
bundle exec htmlproofer "$SITE_DIR" \
--disable-external=true \
--disable-external \
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
}