mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-07-31 14:30:13 +02:00
Add preconnect for ga and api
This commit is contained in:
@@ -124,7 +124,9 @@ const gaPageIdentifier = Astro.url.pathname
|
||||
/>
|
||||
|
||||
<link rel='icon' href='/manifest/favicon.ico' type='image/x-icon' />
|
||||
<link rel='dns-prefetch' href='https://api.roadmap.sh/' />
|
||||
|
||||
<link rel='preconnect' href='https://www.google-analytics.com/' />
|
||||
<link rel='preconnect' href='https://api.roadmap.sh/' />
|
||||
|
||||
<slot name='after-header' />
|
||||
{
|
||||
|
Reference in New Issue
Block a user