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,