Skip to content

Commit 497580f

Browse files
authored
Merge pull request #5 from yanthomasdev/analytics
Add analytics
2 parents 2ab7547 + d1eda6d commit 497580f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/Base.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const { title, description, id } = Astro.props;
5757
href={spaceMonoWoff2}
5858
crossorigin="anonymous"
5959
/>
60+
<script defer src="https://assets.onedollarstats.com/stonks.js">
61+
</script>
6062
<title>{title}</title>
6163
</head>
6264
<body>

0 commit comments

Comments
 (0)