mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
11 lines
297 B
YAML
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
|