Skip to content

Commit

Permalink
feat: add plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAtATime committed Dec 23, 2024
1 parent a8de07c commit cc4f5d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Script from "next/script";
import "@rainbow-me/rainbowkit/styles.css";
import { ScaffoldEthAppWithProviders } from "~~/components/ScaffoldEthAppWithProviders";
import { ThemeProvider } from "~~/components/ThemeProvider";
Expand All @@ -13,11 +12,7 @@ export const metadata = getMetadata({
const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => {
return (
<html suppressHydrationWarning>
<Script
defer
src="https://cloud.umami.is/script.js"
data-website-id="c137ed60-1c4f-487d-8c3d-888531c14cf9"
></Script>
<script defer data-domain="signator.io" src="https://plausible.io/js/script.js"></script>
<body>
<ThemeProvider enableSystem>
<ScaffoldEthAppWithProviders>{children}</ScaffoldEthAppWithProviders>
Expand Down

0 comments on commit cc4f5d1

Please sign in to comment.