Skip to content

Commit

Permalink
added debugging to seo composable
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed Dec 3, 2024
1 parent bf03abb commit 892a0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/seoCanonicalUrlHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 892a0ca

Please sign in to comment.