Skip to content

Commit

Permalink
disable tracking for the self dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nijamaDev committed Aug 5, 2024
1 parent e964b9b commit e4ec626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ export const Layout = ({ children = [] }: { children: React.ReactNode }) => {
<div className="container mx-auto">{children}</div>
<ScrollRestoration />
<Scripts />
<script
{/* <script
dangerouslySetInnerHTML={{
__html: "window.counterscale = {'q': [['set', 'siteId', 'counterscale-dev'], ['trackPageview']] };",
}}
></script>
<script id="counterscale-script" src="/tracker.js"></script>
<script id="counterscale-script" src="/tracker.js"></script> */}
</body>
</html>
);
Expand Down

0 comments on commit e4ec626

Please sign in to comment.