Skip to content

Commit

Permalink
chore(analytics): update website id (#176)
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 941e4c2 commit cbe5011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import "@fontsource/ibm-plex-mono/400.css";
<script
async
src="https://analytics.teknologiumum.com/script.js"
data-website-id="a5794a69-73a6-4444-8865-7428e2f64759"></script>
data-website-id="876668cd-4e93-4330-a8cf-6c52765d6db5"></script>
</head>
<body>
<div id="app">
Expand Down

0 comments on commit cbe5011

Please sign in to comment.