Skip to content

Commit

Permalink
fix hotjar NPS stylesheet import preload (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Nov 6, 2023
1 parent 026c2bc commit cc915aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class MyDocument extends Document {
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Nunito&display=swap"
/>
<link href="https://bloom.chayn.co/hotjarNPS.css" rel="stylesheet" type="text/css" />
<link href="https://bloom.chayn.co/hotjarNPS.css" rel="preload" as="style" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit cc915aa

Please sign in to comment.