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 a320dc3 commit d6de431Copy full SHA for d6de431
www/src/pages/index.astro
@@ -90,6 +90,7 @@ const structuredData = {
90
91
<!-- Additional Meta Tags -->
92
<meta name="theme-color" content="#5b6fff" />
93
+ <meta name="mobile-web-app-capable" content="yes" />
94
<meta name="apple-mobile-web-app-capable" content="yes" />
95
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
96
<meta name="apple-mobile-web-app-title" content="Gitea Mirror" />
0 commit comments