add some logs
parent
346daafcdb
commit
9d27de0290
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue