mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
Move GA to head
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user