1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 22:51:16 +02:00

Move analytics to footer

This commit is contained in:
Kamran Ahmed
2023-01-04 21:10:28 +04:00
parent 0f698b3647
commit b4ffb0e58e

View File

@@ -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>