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
Example failing icon: tabler:123 Example passing icon: tabler:components
tabler:123
tabler:components
In your resolver.ts file you have the base url defined:
resolver.ts
const baseUrl = https://api.astroicon.dev/v1/
When I go to https://api.astroicon.dev/v1/tabler/components, the link does work.
When I go to https://api.astroicon.dev/v1/tabler/123, the link does not work.
According to the Icon Sets reference provided, the 123 icon should work :)
123
The text was updated successfully, but these errors were encountered:
Same here, mdi:cloud-tags missing
mdi:cloud-tags
UPDATE(2023-02-06): mdi:cloud-tags is restored
Sorry, something went wrong.
Duplicate of #29 Will continue tracking there
No branches or pull requests
Example failing icon:
tabler:123
Example passing icon:
tabler:components
In your
resolver.ts
file you have the base url defined:When I go to https://api.astroicon.dev/v1/tabler/components, the link does work.
When I go to https://api.astroicon.dev/v1/tabler/123, the link does not work.
According to the Icon Sets reference provided, the
123
icon should work :)The text was updated successfully, but these errors were encountered: