Skip to content

Commit

Permalink
Add analytics snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ryw committed Jul 18, 2023
1 parent c2432f3 commit 74ecb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function App({ Component, pageProps }: AppProps) {
<>
<Head>
<link rel="shortcut icon" href="/favicon.ico" />
<script defer data-domain="pgt.dev" src="https://plausible.io/js/script.js"></script>
</Head>
<main className={`${plex_mono.variable} ${inter.variable}`}>
<Component {...pageProps} />
Expand Down

0 comments on commit 74ecb4a

Please sign in to comment.