We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f280016 commit 57538d3Copy full SHA for 57538d3
packages/manifest-ui/app/blocks/[category]/[block]/layout.tsx
@@ -16,7 +16,7 @@ export async function generateMetadata({
16
const categoryName = getCategoryName(category)
17
const blockDescription = getBlockDescription(block, blockName)
18
19
- const fullTitle = `${blockName} shadcn/ui block for ChatGPT | Manifest UI`
+ const fullTitle = `${blockName} shadcn/ui block for ChatGPT Apps | Manifest UI`
20
const description = `${blockName} (${categoryName}): ${blockDescription}`
21
22
// Preview image URL - generated by the preview generation workflow
0 commit comments