We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe13ed1 commit b8babd4Copy full SHA for b8babd4
Makefile
@@ -10,4 +10,4 @@ build: install
10
bundle exec jekyll build
11
12
check_links: build
13
- bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site
+ bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --swap-urls "^\/426:" --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site
0 commit comments