Skip to content

Commit

Permalink
Add explicit is:inline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Jun 26, 2024
1 parent 9511785 commit 405f1e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ const { title } = Astro.props;
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8XFLFKSSL7"
></script>
<script
async
is:inline
src="https://www.googletagmanager.com/gtag/js?id=G-8XFLFKSSL7"></script>
<script is:inline>
window.dataLayer = window.dataLayer || [];

Expand Down

0 comments on commit 405f1e3

Please sign in to comment.