Skip to content

Commit

Permalink
refactor: cronitor
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 2, 2024
1 parent c78d094 commit b0681ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const lang = getLangFromUrl(Astro.url)
// @ts-ignore: any
window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
// @ts-ignore: any
cronitor('config', { clientKey: '31d8b65029197d55153e397052a03c30' });
cronitor('config', { clientKey: 'a08df15d735c0c7518246129767fd319' });
</script>
</body>
</html>
Expand Down

0 comments on commit b0681ac

Please sign in to comment.