Skip to content

Commit

Permalink
added tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Feb 11, 2024
1 parent f997029 commit 58473bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@clerk/nextjs": "^4.29.3",
"@sentry/nextjs": "^7.93.0",
"calendar-link": "^2.6.0",
"fathom-client": "^3.6.0",
"next": "^14.0.4",
"notion-to-md": "^3.1.1",
"postcss-loader": "^7.3.4",
Expand Down
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function RootLayout ({
<html lang="en-AU">
<head>
<title>{metadata.title}</title>
<script src="https://cdn.usefathom.com/script.js" data-site={process.env.NEXT_PUBLIC_FATHOM_SITE} defer></script>
</head>
<body>
<Header />
Expand Down

0 comments on commit 58473bf

Please sign in to comment.