Skip to content

Commit e354a0b

Browse files
committed
feat(header): add apple-touch-icon for iOS home screen
1 parent 81ed8cf commit e354a0b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

assets/apple-touch-icon.png

2.94 KB
Loading

header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<link rel="preload" href="${ASSETS_DIR}/me.webp" as="image" />
5858

5959
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%230d1117'/%3E%3Ctext x='16' y='16' font-family='system-ui,sans-serif' font-size='16' font-weight='bold' fill='%23e6edf3' text-anchor='middle' dominant-baseline='central'%3ESE%3C/text%3E%3C/svg%3E" type="image/svg+xml" />
60+
<link rel="apple-touch-icon" href="${ASSETS_DIR}/apple-touch-icon.png" />
6061
</head>
6162
<body>
6263
<header>

0 commit comments

Comments
 (0)