-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I've recently started using hyperlink to validate my static sites internal links π - it works really well. But I've got some requests from real world usages that I'm going to file issues for.
Current Behavior
I currently recieve the below output for one of my static sites:
./dist/client/_redirects
error: bad link /roster/@slug/matches/1
Expected Behaviour
_redirects is a valid redirect file for cloudflare pages that uses @var for parameterized redirects. The full content of mine is below. I don't expect the link checker to validate them fully, as that may be complex, but it'd be nice if it didn't report an error:
/roster/@slug/matches /roster/@slug/matches/1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels