Skip to content

Commit c92f3c9

Browse files
bholmesdevoz-agent
andauthored
Fix Vercel analytics script placement (#7)
Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 1dab0ca commit c92f3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CustomHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const fontsHref =
4444
onload="this.media='all'"
4545
/>
4646
<RudderStackAnalytics />
47-
<noscript><link rel="stylesheet" href={fontsHref} /></noscript>
4847

4948
<Analytics />
5049
<SpeedInsights />
50+
<noscript><link rel="stylesheet" href={fontsHref} /></noscript>

0 commit comments

Comments
 (0)