mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-10 11:14:09 +02:00
Move GA to head
This commit is contained in:
@@ -156,6 +156,8 @@ const gaPageIdentifier = Astro.url.pathname
|
|||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<Analytics />
|
||||||
</head>
|
</head>
|
||||||
<body class='flex min-h-screen flex-col'>
|
<body class='flex min-h-screen flex-col'>
|
||||||
<slot name='page-header'>
|
<slot name='page-header'>
|
||||||
@@ -189,7 +191,6 @@ const gaPageIdentifier = Astro.url.pathname
|
|||||||
|
|
||||||
<slot name='after-footer' />
|
<slot name='after-footer' />
|
||||||
|
|
||||||
<Analytics />
|
|
||||||
<PageVisit
|
<PageVisit
|
||||||
resourceId={resourceId}
|
resourceId={resourceId}
|
||||||
resourceType={resourceType}
|
resourceType={resourceType}
|
||||||
|
Reference in New Issue
Block a user