Skip to content

Commit

Permalink
add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
p6l-richard committed Jan 31, 2023
1 parent 346daaf commit 9d27de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/components/head-seo/HeadSeo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const HeadSeo = (props: HeadSeoProps): JSX.Element => {

// Get the current URL from the window object
const url = getBrowserInfo()?.url;
console.log("[HeadSeo] - url: ", url);
// Check if the URL is from cal.com
const isCalcom = url && new URL(url).hostname.endsWith("cal.com");
// Get the router's path
Expand Down

0 comments on commit 9d27de0

Please sign in to comment.