Skip to content

Commit

Permalink
chore: add plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
vdhieu committed Dec 25, 2023
1 parent 378cec4 commit 5ac132b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ export default function Document() {
<Html lang="en">
<Head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script
defer
data-domain="sticker.console.so"
src="https://plausible.io/js/script.js"
></script>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 5ac132b

Please sign in to comment.