Skip to content

Commit

Permalink
add is:inline
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Jul 13, 2024
1 parent 49669c1 commit 050fa32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/overrides/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ if (isDev) {
---

<Default {...Astro.props}><slot /></Default>

<!-- og-images -->
<meta property="og:image" content={canonicalImageSrc} />
<meta name="twitter:image" content={canonicalImageSrc} />


<!-- // -->
<script src="/navigate.js"></script>
<!-- other -->
<script is:inline src="/navigate.js"></script>
<link rel="manifest" href="/manifest.json" />

<meta name="theme-color" content="#181818" />

0 comments on commit 050fa32

Please sign in to comment.