diff --git a/.env.example b/.env.example
index f702b46..d23cb2a 100644
--- a/.env.example
+++ b/.env.example
@@ -1,6 +1,3 @@
# Multicorn API (for newsletter signup and other client-side API calls)
# Default: https://api.multicorn.ai. Use http://localhost:8080 for local dev.
NEXT_PUBLIC_API_URL=https://api.multicorn.ai
-
-# Plausible Analytics (privacy-friendly analytics)
-NEXT_PUBLIC_PLAUSIBLE_DOMAIN=multicorn.ai
diff --git a/app/layout.tsx b/app/layout.tsx
index 5560ea8..48057f0 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -59,6 +59,7 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
{children}
+ {/* Domain is encoded in the proxy script URL - no data-domain attribute needed */}
{process.env.NODE_ENV === 'production' && (
<>