Skip to content

Commit

Permalink
Remove plausible (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Oct 4, 2024
1 parent b2c296a commit 3e9a32d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/keychain/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ export default function Keychain({ Component, pageProps }: AppProps) {
property="theme-color"
content={CartridgeTheme.semanticTokens.colors.brand}
/>
<script
defer
data-domain="cartridge.gg"
src="https://plausible.io/js/script.js"
/>
</NextHead>

<style jsx global>{`
Expand Down
5 changes: 0 additions & 5 deletions packages/profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
content="{CartridgeTheme.semanticTokens.colors.brand}"
/>
<script src="/noflash.js"></script>
<script
defer
data-domain="cartridge.gg"
src="https://plausible.io/js/script.js"
></script>
</head>
<body class="h-screen bg-background text-foreground">
<div id="root"></div>
Expand Down

0 comments on commit 3e9a32d

Please sign in to comment.