Skip to content

Commit

Permalink
feat(plausible): script plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
madsab committed Sep 16, 2023
1 parent 8611c35 commit ad5e63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const App: FC<Props> = ({ Component, pageProps, err }) => {
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#ffffff" />
<script defer data-domain="grades.no" src="https://plausible.io/js/script.js"></script>
</Head>
<SessionProvider session={pageProps.session}>
<SWRConfig value={{ fetcher: requests.get }}>
Expand Down

0 comments on commit ad5e63f

Please sign in to comment.