Skip to content

Commit

Permalink
Fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
combimauri committed Nov 29, 2023
1 parent b7da882 commit fbb7b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import GoogleAnalytics from "../components/GoogleAnalytics.astro";
</head>
<body>
<slot />
<GoogleAnalytics < body />
<GoogleAnalytics />

<style is:global>
@font-face {
Expand Down

0 comments on commit fbb7b18

Please sign in to comment.