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
I use Hugo for generating my static HTML files. After the generation, I want to check all links. The peculiarity is that all internal links start with /v2 as base path. but stored locally in a folder named public.
I use Hugo for generating my static HTML files. After the generation, I want to check all links. The peculiarity is that all internal links start with
/v2
as base path. but stored locally in a folder namedpublic
.Folder structure:
Now, I would like to tell linkinator via cli that it should map
/v2/
topublic/index.html
,/v2/foo/
topublic/foo/index.html
and so on.The text was updated successfully, but these errors were encountered: