From 215a8f2e3f841e033c870716e7189bc34a63c01b Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 14 Apr 2026 21:25:06 -0400 Subject: [PATCH] Add Plausible Analytics to color page and estore Both were missing tracking. All pages now report to beachpartyballoons.com in Plausible. Co-Authored-By: Claude Sonnet 4.6 --- estore/src/app/layout.tsx | 2 ++ main-site/color/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/estore/src/app/layout.tsx b/estore/src/app/layout.tsx index e8ca3d3..6d90ae7 100644 --- a/estore/src/app/layout.tsx +++ b/estore/src/app/layout.tsx @@ -37,6 +37,8 @@ export default function RootLayout({ children }: { children: React.ReactNode }) crossOrigin="anonymous" referrerPolicy="no-referrer" /> + {/* Plausible Analytics */} + +