add some logs

pull/6802/head
Richard Poelderl 2023-01-31 10:59:18 -03:00
parent 346daafcdb
commit 9d27de0290
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ export const HeadSeo = (props: HeadSeoProps): JSX.Element => {
// Get the current URL from the window object // Get the current URL from the window object
const url = getBrowserInfo()?.url; const url = getBrowserInfo()?.url;
console.log("[HeadSeo] - url: ", url);
// Check if the URL is from cal.com // Check if the URL is from cal.com
const isCalcom = url && new URL(url).hostname.endsWith("cal.com"); const isCalcom = url && new URL(url).hostname.endsWith("cal.com");
// Get the router's path // Get the router's path