Move analytics to footer

astro
Kamran Ahmed 2 years ago
parent 0f698b3647
commit b4ffb0e58e
  1. 3
      src/layouts/BaseLayout.astro

@ -97,8 +97,6 @@ const {
<link rel='icon' href='/manifest/favicon.ico' type='image/x-icon' />
<slot name='after-header' />
<Analytics />
</head>
<body>
<YouTubeBanner />
@ -109,5 +107,6 @@ const {
<Footer />
{sponsor && <Sponsor sponsor={sponsor} />}
<slot name='after-footer' />
<Analytics />
</body>
</html>

Loading…
Cancel
Save