Skip to content

Commit

Permalink
Remove plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Feb 3, 2024
1 parent b772b95 commit 51ddc32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
</head>
<body className={roboto.className}>
<Providers>{children}</Providers>
<Script
strategy="lazyOnload"
async
defer
data-domain="relisten.net"
src="https://plausible.typetwo.space/js/plausible.js"
/>
</body>
</html>
);
Expand Down

0 comments on commit 51ddc32

Please sign in to comment.