Skip to content

Commit 050fa32

Browse files
committed
add is:inline
1 parent 49669c1 commit 050fa32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/overrides/Head.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ if (isDev) {
3535
---
3636

3737
<Default {...Astro.props}><slot /></Default>
38+
39+
<!-- og-images -->
3840
<meta property="og:image" content={canonicalImageSrc} />
3941
<meta name="twitter:image" content={canonicalImageSrc} />
4042

41-
42-
<!-- // -->
43-
<script src="/navigate.js"></script>
43+
<!-- other -->
44+
<script is:inline src="/navigate.js"></script>
4445
<link rel="manifest" href="/manifest.json" />
45-
4646
<meta name="theme-color" content="#181818" />

0 commit comments

Comments
 (0)