mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-18 14:19:43 +01:00
Add preconnect for ga and api
This commit is contained in:
parent
f8e5661353
commit
9e37076d0d
@ -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' />
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user