⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
Links of type dns-prefetch should not be checked by lychee. This is because they are only used to perform DNS lookups and never to fetch any content, e.g.:
Links of type dns-prefetch should not be checked by lychee. This is because they are only used to perform DNS lookups and never to fetch any content, e.g.:
I am aware of an existing issue #897 which covers preconnect-type links but dns-prefetch is a separate type not covered by the proposed fix.