Skip to content

Commit

Permalink
add Plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
jekor committed Jan 15, 2024
1 parent 3779162 commit 44ee574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export default function RootLayout({
}) {
return (
<html lang="en" className={`${workSans.variable}`}>
<body className={inter.className}>{children}</body>
<body className={inter.className}>
{children}
<script defer data-domain="analytics.tetmon.com" src="/assets/plausible.js"></script>
</body>
</html>
)
}
1 change: 1 addition & 0 deletions public/assets/plausible.js

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

0 comments on commit 44ee574

Please sign in to comment.