1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-29 04:07:37 +01:00

Move GA to head

This commit is contained in:
Kamran Ahmed 2024-10-25 11:00:38 +01:00
parent f37ed9fab8
commit 171f1431c2

View File

@ -156,6 +156,8 @@ const gaPageIdentifier = Astro.url.pathname
/>
)
}
<Analytics />
</head>
<body class='flex min-h-screen flex-col'>
<slot name='page-header'>
@ -189,7 +191,6 @@ const gaPageIdentifier = Astro.url.pathname
<slot name='after-footer' />
<Analytics />
<PageVisit
resourceId={resourceId}
resourceType={resourceType}