Skip to content

Commit

Permalink
Added a script to Plausible analytics hosted on personal VPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar-CV committed Nov 20, 2024
1 parent fb7411c commit 674bc24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/global/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ const {
<meta property='twitter:description' content={description} />
<meta property='twitter:image' content={new URL(image, Astro.url)} />

<script
defer
data-domain='blog.petar-cv.com'
src='https://analytics.petar-cv.com/js/script.js'></script>

<BaseTheme />

<ViewTransitions />

0 comments on commit 674bc24

Please sign in to comment.