From 85470385ec203ddd2f8d458fa0823ae52b577a2a Mon Sep 17 00:00:00 2001 From: stephenasuncionDEV Date: Fri, 24 Mar 2023 19:59:11 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20UPDATE:=20log=20website=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_sites/[siteRoute]/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/_sites/[siteRoute]/index.js b/pages/_sites/[siteRoute]/index.js index 8ada2ce..d7b0f21 100644 --- a/pages/_sites/[siteRoute]/index.js +++ b/pages/_sites/[siteRoute]/index.js @@ -93,6 +93,8 @@ const UserWebsite = (props) => { if (!userWebsite) return; checkSubscription(); + console.log("Website ID:", userWebsite._id); + posthog.capture("User visited minting website", { route: userWebsite.route, referrer: document.referrer,