Skip to content

Commit

Permalink
chore: move script into head element
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 24, 2024
1 parent 86829ac commit 759da01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ exports.wrapPageElement = ({element, props}) => {
<>
<Helmet>
<meta name="ha-url" content="https://collector.githubapp.com/primer/collect" />
<script src="https://analytics.githubassets.com/hydro-marketing.min.js" />
</Helmet>
{element}
<script src="https://analytics.githubassets.com/hydro-marketing.min.js" />
</>
)
}

0 comments on commit 759da01

Please sign in to comment.