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
Is your feature request related to a problem? Please describe.
Some tools provide a way to generate a site for a specific base URL, for example Hugo supports setting a baseURL. This allows generating for multiple targets, generating for a subdirectory, etc.
At this point, all URLs which start with https://example.com/some/path should be treated as local URLs and tried to be resolved using the filesystem, for example:
On this same topic, it would be nice to have the same feature swap-urls of html-proofer, where your can replace a relative path with a base path to a relative path starting from the root, for instance /subgroup/repo-name/ to /.
This is needed when publishing to gitlab pages, where your path starts with /subgroup/repo-name/, but htmltest would raise error with such path.
Is your feature request related to a problem? Please describe.
Some tools provide a way to generate a site for a specific base URL, for example Hugo supports setting a
baseURL
. This allows generating for multiple targets, generating for a subdirectory, etc.Example:
Generates files which might have (some) of the URLs be absolute, for example https://example.com/some/path/images/logo.svg
Describe the solution you'd like
At this point, all URLs which start with https://example.com/some/path should be treated as local URLs and tried to be resolved using the filesystem, for example:
The text was updated successfully, but these errors were encountered: