Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: added plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Timonwa committed Jun 25, 2024
1 parent a5b7557 commit bd5102a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ export default class MyDocument extends Document {
return (
<Html>
<Head>
{/* Plausible Analytics */}
<script
defer
data-domain="roadmaps.timonwa.com"
src="https://plausible.io/js/script.js"></script>

{/* Global Site Tag (gtag.js) - Google Analytics */}
<script
async
Expand Down

0 comments on commit bd5102a

Please sign in to comment.