Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Jan 20, 2024
1 parent 7daaf0b commit 1033d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const { title, description } = Astro.props;
)
}
<meta name="theme-color" content="#FF9C17" />
<script
async
src="https://analytics.vasc.cloud/script.js"
data-website-id="42a02de4-e2c9-4cc1-8230-f57b74901fde"></script>
<title>{title}</title>
</head>
<body class="bg-neutral-900 font-sans text-white">
Expand Down

0 comments on commit 1033d08

Please sign in to comment.