Skip to content

Commit 44dbdcc

Browse files
Shekainah Bag-aoShekainah Bag-ao
authored andcommitted
fix: use relative canonical URL
1 parent 7ae13ca commit 44dbdcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export const metadata: Metadata = {
2626
],
2727
description: head.description,
2828
alternates: {
29-
canonical: baseUrl,
29+
// use relative canonical url
30+
canonical: '/',
3031
},
3132
openGraph: {
3233
type: 'website',

0 commit comments

Comments
 (0)