Skip to content

Commit

Permalink
Introduce Plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 29, 2023
1 parent 24b779b commit 49707d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export default function RootLayout({ children }: { children: ReactNode }) {
{children}
</div>
</div>
<script
defer
data-domain="blog.ens.domains"
src="https://plausible.io/js/script.js"
></script>
</body>
</html>
);
Expand Down

0 comments on commit 49707d3

Please sign in to comment.