diff --git a/utils/seoCanonicalUrlHandler.ts b/utils/seoCanonicalUrlHandler.ts index ac46352..eaeda46 100644 --- a/utils/seoCanonicalUrlHandler.ts +++ b/utils/seoCanonicalUrlHandler.ts @@ -6,6 +6,7 @@ export const seoCanonicalUrlHandler = (url: string, isFrontPage: boolean) => { } const currentDomain = useGetCurrentDomain(); + console.log('currentDomain from the composable', currentDomain); if (isFrontPage) { return currentDomain;