Skip to content

Commit

Permalink
🚀 UPDATE: log website id
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenasuncionDEV committed Mar 25, 2023
1 parent 6f01927 commit 8547038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/_sites/[siteRoute]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit 8547038

@vercel
Copy link

@vercel vercel bot commented on 8547038 Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.