Skip to content

Commit

Permalink
feat: remove counterscale
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindballa committed Nov 14, 2024
1 parent ce88cb2 commit beccb72
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@ class MyDocument extends Document {
data-host-url="https://analytics.balla.dev/"
src="/js/script-u.js"
></script>
<script
dangerouslySetInnerHTML={{
__html: `
(function () {
window.counterscale = {
q: [['set', 'siteId', 'aravindballa.com'], ['trackPageview']]
};
})();
`,
}}
/>
<script
id="counterscale-script"
src="https://counterscale-ct6.pages.dev/tracker.js"
defer
></script>
</Head>
<body>
<script src="/noflash.js" />
Expand Down

0 comments on commit beccb72

Please sign in to comment.