lektor-website/.htmltest.yml

11 lines
297 B
YAML

IgnoreAltMissing: true
IgnoreURLs:
- "^http://localhost:"
# For unknown reasons, htmltest reports a 404 on these one:
- "^https://twitter.com/"
# htmltest does not like quotes around URL in meta refresh
CheckMetaRefresh: false
# our redirect page doesn't have a doctype
CheckDoctype: false