diff --git a/Dockerfile b/Dockerfile index f5e4d56..2542bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ ARG NEXT_PUBLIC_CONVEX_URL ENV NEXT_TELEMETRY_DISABLED=1 ENV NODE_ENV=production +ENV NEXT_PUBLIC_ENABLE_UNAMI=true RUN npm run build diff --git a/app/layout.tsx b/app/layout.tsx index df60a17..a9d8929 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -24,9 +24,13 @@ export default function RootLayout({ }>) { return ( - + {process.env.NEXT_PUBLIC_ENABLE_UNAMI === "true" && ( +