Skip to content
New issue

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

fix: Apple Touch Icon being as browser icon #12

Merged

Conversation

KyleSmith0905
Copy link
Contributor

@KyleSmith0905 KyleSmith0905 commented Oct 31, 2023

Description

Fixes #11

Apple Icons were classifying as normal icons, since they have the text "icon" included in them.
I prevented apple icons from being a normal icon.

I can imagine to a very small number people who are using this plugin incorrectly that it could be a breaking change, however it's probably like 1 person.

Linked Issues

#11

Additional context

I couldn't run a dev server to see if this worked, here is what I've tried for that:
pnpm run dev Notices the dev server doesn't start
pnpm run dev:prepare; pnpm run dev
git checkout main Ok, I guess I'll try to see if it didn't work before my changes
pnpm run dev Still doesn't seem to work
pnpm run dev:prepare; pnpm run dev hmm

However, the code wasn't experimental, and I'm 90% sure it would work since I have a limited scope.

Tests passed, but I haven't edited tests to fail without this PR (partially because of the dev server thing).

@harlan-zw harlan-zw changed the title (generateTagsFromPublicFiles) Apple Touch Icon being used for browser icon. fix: Apple Touch Icon being as browser icon Nov 1, 2023
@harlan-zw
Copy link
Owner

Hey @KyleSmith0905, thanks for your work on this. Lgtm

@harlan-zw harlan-zw merged commit cf3fe90 into harlan-zw:main Nov 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(generateTagsFromPublicFiles) Apple Touch Icon being used for browser icon.
2 participants