Skip to content

Commit

Permalink
fixed inline script
Browse files Browse the repository at this point in the history
  • Loading branch information
Samu01Tech committed Mar 12, 2024
1 parent ae27914 commit ee6699d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ const {
<Header />
<slot />
</Grid>
<script src="https://cdn.voidanalytics.com/latest.min.js"></script>
<script src="https://cdn.voidanalytics.com/latest.min.js" is:inline
></script>
<noscript>
<img src="https://cdn.voidanalytics.com/drop.gif" alt="" />
</noscript>
Expand Down

0 comments on commit ee6699d

Please sign in to comment.