From 6a0bc91eaef8fecd33e7df55ac4949a5cfb24a68 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Mon, 5 Feb 2024 17:20:08 +0530 Subject: [PATCH] fix: useberry script added --- web/pages/_document.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index 4258628391..54ad4782b2 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -56,6 +56,10 @@ class MyDocument extends Document { posthog.init('${process.env.NEXT_PUBLIC_POSTHOG_KEY}',{api_host:'${process.env.NEXT_PUBLIC_POSTHOG_HOST}'})`} )} +