Skip to content

Commit

Permalink
Fix path to apple-touch-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed May 24, 2024
1 parent 32c1d58 commit 8ab6ab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 

## [Unreleased]

### Fixed

- The path to `icon-180.png` (Apple touch icon) is now correctly generated in `Links.md`.

## [1.0.2] — 2024–05–06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/createLinksFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function createLinksFile ({ outputDirectory }) {
\`\`\`html
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/${rootRelativePath}/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/${rootRelativePath}/180.png">
<link rel="apple-touch-icon" href="/${rootRelativePath}/icon-180.png">
<link rel="manifest" href="/manifest.webmanifest">
\`\`\`
Expand Down

0 comments on commit 8ab6ab4

Please sign in to comment.