Skip to content

Commit cabd9df

Browse files
committed
feat: update docs page meta
1 parent b1178b6 commit cabd9df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/docs/src/app/docs/[[...slug]]/docs.layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function DocsLayout({
6262
options={[
6363
{
6464
title: t('version.latest.title'),
65-
description: '15.3.2',
65+
description: '15.3.3',
6666
icon: <NextLastedVersionIcon />,
6767
url: '/docs/',
6868
},

apps/docs/src/app/docs/[[...slug]]/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export async function generateMetadata(props: {
131131
title: page.data.title,
132132
description: page.data.description,
133133
pathname: page.url,
134-
image: `https://nextjs.org/api/docs-og?title=${page.data.title}`,
134+
// Use the default image for the docs page
135+
// image: `https://nextjs.org/api/docs-og?title=${page.data.title}`,
135136
});
136137
}

0 commit comments

Comments
 (0)