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 */} + {/* Favicon — prefix with basePath so nginx routes them to the estore */} diff --git a/main-site/color/index.html b/main-site/color/index.html index a73e379..f1dbc08 100644 --- a/main-site/color/index.html +++ b/main-site/color/index.html @@ -4,6 +4,8 @@