We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f36ed0 commit 72bf4bbCopy full SHA for 72bf4bb
1 file changed
src/components/BaseHead.astro
@@ -20,6 +20,9 @@ const { title, description, image = "/social-card.png" } = Astro.props;
20
<meta name="build-version" content={gitVersion} />
21
<meta name="build-timestamp" content={buildTimestamp} />
22
<link rel="sitemap" href="/sitemap-index.xml" />
23
+<meta name="msapplication-TileColor" content="#f5e5d6">
24
+<meta name="theme-color" content="#f5e5d6">
25
+
26
27
<meta name="referrer" content="no-referrer-when-downgrade" />
28
0 commit comments