1
0
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:
Kamran Ahmed 2023-05-08 20:59:57 +01:00
parent f8e5661353
commit 9e37076d0d

View File

@ -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' />
{