Skip to content

Commit 2ba4f29

Browse files
style: auto-fix formatting
1 parent e8957c6 commit 2ba4f29

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • showcase/shell-docs/src/app/[framework]/[[...slug]]

showcase/shell-docs/src/app/[framework]/[[...slug]]/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ export async function generateMetadata({
104104
// tagline, falling back to the framework's index.mdx if present.
105105
const integration = getIntegration(framework);
106106
const overview = frameworkOverviews[framework];
107-
const indexDoc = loadDoc(
108-
`integrations/${getDocsFolder(framework)}/index`,
109-
);
107+
const indexDoc = loadDoc(`integrations/${getDocsFolder(framework)}/index`);
110108
title =
111109
indexDoc?.fm.title ??
112110
overview?.frameworkName ??

0 commit comments

Comments
 (0)