File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/manifest-ui/app/blocks/[category]/[block] Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ export async function generateMetadata({
1414
1515 const blockName = getBlockName ( block )
1616 const categoryName = getCategoryName ( category )
17- const description = getBlockDescription ( block , blockName )
17+ const blockDescription = getBlockDescription ( block , blockName )
1818
19- const title = `${ blockName } - ${ categoryName } Component `
20- const fullTitle = `${ title } | Manifest UI `
19+ const fullTitle = `${ blockName } shadcn/ui block for ChatGPT | Manifest UI `
20+ const description = `${ blockName } ( ${ categoryName } ): ${ blockDescription } `
2121
2222 // Preview image URL - generated by the preview generation workflow
2323 const previewImageUrl = `https://ui.manifest.build/previews/${ block } .png`
You can’t perform that action at this time.
0 commit comments