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 49669c1 commit 050fa32Copy full SHA for 050fa32
src/components/overrides/Head.astro
@@ -35,12 +35,12 @@ if (isDev) {
35
---
36
37
<Default {...Astro.props}><slot /></Default>
38
+
39
+<!-- og-images -->
40
<meta property="og:image" content={canonicalImageSrc} />
41
<meta name="twitter:image" content={canonicalImageSrc} />
42
-
-<!-- // -->
43
-<script src="/navigate.js"></script>
+<!-- other -->
44
+<script is:inline src="/navigate.js"></script>
45
<link rel="manifest" href="/manifest.json" />
46
<meta name="theme-color" content="#181818" />
0 commit comments