-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
@JustinBeckwith: I'm trying to add linkinator in the nodejs.org repo.
The file structure there is like this:
build/
ar/
index.html
<more folders>/
index.html
ca/
index.html
<more folders>/
index.html
en/
index.html
<more folders>/
index.html
<more folders>/
static/
So, if I do linkinator build/ --recurse it fails because it doesn't see an index.html. If I do linkinator build/en --recurse then I get false positives because linkinator can't find the root.
Is there a workaround or something you could do about it?
Thanks in advance!