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 a28f352 commit fe13ed1Copy full SHA for fe13ed1
Makefile
@@ -10,4 +10,4 @@ build: install
10
bundle exec jekyll build
11
12
check_links: build
13
- bundle exec htmlproofer --empty_alt_ignore --allow-hash-href --url-swap "^\/426:" --url-ignore "/www.linkedin.com/,/learningsuite.byu.edu/" --check-html ./_site
+ bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site
0 commit comments