Skip to content

Commit

Permalink
chore(analytics): update website id (#56)
Browse files Browse the repository at this point in the history
I did something wrong on the deployment upgrade, everything was reset. We need to change the analytics website id in order to get it back working again.
  • Loading branch information
aldy505 authored May 18, 2024
1 parent 2e58847 commit 0842c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const { title, keywords, summary, url } = Astro.props;
<script
async
src="https://analytics.teknologiumum.com/script.js"
data-website-id="c58a8a55-4992-49d3-96ad-04e3f4c39ac8"></script>
data-website-id="82c60443-26d1-42f8-a485-59f6640b9c45"></script>
</head>
<body data-is-pathname-null={pathname === "/"}>
<div class="container">
Expand Down

0 comments on commit 0842c1f

Please sign in to comment.