Skip to content

Commit 1abffc0

Browse files
committed
fix: Changed alternates.canonical from '/' to './'.
1 parent 991101b commit 1abffc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const metadata: Metadata = {
3535
'customizable QR codes',
3636
],
3737
alternates: {
38-
canonical: '/',
38+
canonical: './',
3939
},
4040
openGraph: {
4141
type: 'website',

0 commit comments

Comments
 (0)