You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing a bug in another module (aymericbeaumet/metalsmith-redirect#19), we discovered that metalsmith broken-link-checker could be improved to add /index.html add the end of a link when checking if it does exist.
So in the end, it looks like there is a bug in metalsmith-broken-link-checker as we would expect it to apply a fallback strategy where it would try appending /index.html to every link which looks like a directory (path.extname(link) === '' in a web environment).