Skip to content

Commit

Permalink
Add beam analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Dec 5, 2023
1 parent a6fc28c commit 642d2d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export default function Document() {
href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Jost:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<script
src="https://beamanalytics.b-cdn.net/beam.min.js"
data-token={process.env.NEXT_PUBLIC_BEAM_ANALYTICS_TOKEN ?? ""}
async
></script>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 642d2d1

Please sign in to comment.