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:
parent
f37ed9fab8
commit
171f1431c2
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user