We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8957c6 commit 2ba4f29Copy full SHA for 2ba4f29
1 file changed
showcase/shell-docs/src/app/[framework]/[[...slug]]/page.tsx
@@ -104,9 +104,7 @@ export async function generateMetadata({
104
// tagline, falling back to the framework's index.mdx if present.
105
const integration = getIntegration(framework);
106
const overview = frameworkOverviews[framework];
107
- const indexDoc = loadDoc(
108
- `integrations/${getDocsFolder(framework)}/index`,
109
- );
+ const indexDoc = loadDoc(`integrations/${getDocsFolder(framework)}/index`);
110
title =
111
indexDoc?.fm.title ??
112
overview?.frameworkName ??
0 commit comments