We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1178b6 commit cabd9dfCopy full SHA for cabd9df
apps/docs/src/app/docs/[[...slug]]/docs.layout.tsx
@@ -62,7 +62,7 @@ export function DocsLayout({
62
options={[
63
{
64
title: t('version.latest.title'),
65
- description: '15.3.2',
+ description: '15.3.3',
66
icon: <NextLastedVersionIcon />,
67
url: '/docs/',
68
},
apps/docs/src/app/docs/[[...slug]]/page.tsx
@@ -131,6 +131,7 @@ export async function generateMetadata(props: {
131
title: page.data.title,
132
description: page.data.description,
133
pathname: page.url,
134
- image: `https://nextjs.org/api/docs-og?title=${page.data.title}`,
+ // Use the default image for the docs page
135
+ // image: `https://nextjs.org/api/docs-og?title=${page.data.title}`,
136
});
137
}
0 commit comments