We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d5ea commit 12ec713Copy full SHA for 12ec713
src/app/[[...slug]]/page.tsx
@@ -84,6 +84,7 @@ export async function generateMetadata(
84
if (!page) notFound();
85
86
return {
87
+ alternates: {canonical: page.url},
88
title: page.data.title,
89
description: page.data.description,
90
openGraph: {
0 commit comments