mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-16 22:23:59 +02:00
Move analytics to footer
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user