We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68491eb commit 7c27289Copy full SHA for 7c27289
web/src/layouts/HeadLayout.astro
@@ -32,7 +32,7 @@ const { title, description, slug, imageUrl, imageAlt } = Astro.props;
32
name="google-site-verification"
33
content="M0ZkOwR8huIlDkph37Gt2Wf9w7JcwmM1g64OTfJRmBQ"
34
/>
35
- <meta name="mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
36
<meta name="apple-mobile-web-app-title" content="Somraj Saha" />
37
<meta
38
name="apple-mobile-web-app-status-bar-style"
0 commit comments