We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our website has a bunch of SVGs, which define a symbol and then uses that symbol with the use tag:
use
<svg data-icon="radix-icons:external-link"> <symbol id="ai:radix-icons:external-link"> <use href="#ai:radix-icons:external-link"></use> </svg>
We then get dozens to hundreds of these errors on every page:
[ERROR] file:///Users/grahamc/src/github.com/DeterminateSystems/website/dist/%23ai:radix-icons:external-link | Cannot find file
This is true on Lychee 0.17.0 and 0.18.0. Lychee should not check URLs it finds in <use href ..>.
<use href ..>
The text was updated successfully, but these errors were encountered:
Not an issue on v0.16.0, which suggests to me it is a duplicate of #1457, #1577, #1574.
Sorry, something went wrong.
No branches or pull requests
Our website has a bunch of SVGs, which define a symbol and then uses that symbol with the
use
tag:We then get dozens to hundreds of these errors on every page:
This is true on Lychee 0.17.0 and 0.18.0. Lychee should not check URLs it finds in
<use href ..>
.The text was updated successfully, but these errors were encountered: