From 99d8672b97c64551b930f23566a2eb849815d410 Mon Sep 17 00:00:00 2001 From: Rachelle Date: Tue, 17 Mar 2026 13:40:44 +1100 Subject: [PATCH] things --- .env.example | 3 --- app/layout.tsx | 1 + app/shield/page.tsx | 4 ++-- components/CopyButton.tsx | 12 +++++++++++- components/EmailSignupForm.tsx | 2 +- lib/mdx-blog-components.tsx | 5 ++++- 6 files changed, 19 insertions(+), 8 deletions(-) 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' && ( <>