Skip to content

Commit

Permalink
rather in head?
Browse files Browse the repository at this point in the history
  • Loading branch information
laubsauger committed May 3, 2024
1 parent 1c231c0 commit 7c31a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export default class MyDocument extends Document {
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400&display=swap"
/>
</Head>
<body>
<Main />
<NextScript />
{process.env.NODE_ENV === 'production' ? (
<GoogleTagManager gtmId="G-W4718WCZQK" />
) : null}
Expand All @@ -71,6 +67,10 @@ export default class MyDocument extends Document {
console.log(`script loaded: https://rum-static.pingdom.net/pa-662f1da168cac40012000a8e.js`)
}
/>
</Head>
<body>
<Main />
<NextScript />
</body>
</Html>
)
Expand Down

0 comments on commit 7c31a23

Please sign in to comment.