From 9d27de029024e526417bc79e9cee42d7333ac592 Mon Sep 17 00:00:00 2001 From: Richard Poelderl Date: Tue, 31 Jan 2023 10:59:18 -0300 Subject: [PATCH] add some logs --- packages/ui/components/head-seo/HeadSeo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/components/head-seo/HeadSeo.tsx b/packages/ui/components/head-seo/HeadSeo.tsx index 977a9d42f5bc8..d6bf70f445516 100644 --- a/packages/ui/components/head-seo/HeadSeo.tsx +++ b/packages/ui/components/head-seo/HeadSeo.tsx @@ -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