Skip to content

Commit 7c27289

Browse files
committed
Revert "chore: update mobile web app meta tags for cross-platform support"
This reverts commit 68491eb.
1 parent 68491eb commit 7c27289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layouts/HeadLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { title, description, slug, imageUrl, imageAlt } = Astro.props;
3232
name="google-site-verification"
3333
content="M0ZkOwR8huIlDkph37Gt2Wf9w7JcwmM1g64OTfJRmBQ"
3434
/>
35-
<meta name="mobile-web-app-capable" content="yes" />
35+
<meta name="apple-mobile-web-app-capable" content="yes" />
3636
<meta name="apple-mobile-web-app-title" content="Somraj Saha" />
3737
<meta
3838
name="apple-mobile-web-app-status-bar-style"

0 commit comments

Comments
 (0)