Fix: serve a 180px apple-touch-icon on every page - #33
Merged
Merged
Conversation
Add the apple-touch-icon link to the Starlight head config so all documentation pages declare it, not only the landing page. Point both at a 180x180 icon instead of the 1024x1024 favicon.
Deploying stackyard-docs with
|
| Latest commit: |
01c9761
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://38a07827.stackyard-docs.pages.dev |
| Branch Preview URL: | https://fix-apple-touch-icon-all-pag.stackyard-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apple-touch-iconlink to the Starlightheadconfig so all 33 documentation pages declare one, not just the landing page.public/apple-touch-icon.png, a 180x180 opaque PNG derived fromfavicon.png.favicon.png(51 KB) to the new icon (6.8 KB).Testing
All green on
npm run buildandnpm run check. Verified against the build output that every non-widget page indist/now emits the link; widget preview embeds arenoindexiframes and are unchanged.Checklist
npm run buildandnpm run checkboth pass.