diff --git a/src/app/(pages)/[id]/page.tsx b/src/app/(pages)/[id]/page.tsx index 2aa62a0..6c2f11a 100644 --- a/src/app/(pages)/[id]/page.tsx +++ b/src/app/(pages)/[id]/page.tsx @@ -34,6 +34,7 @@ export async function generateMetadata({ } return { + title: `Paste - ${id}`, description: `Created: ${moment(data.created)}\n\nClick to view the paste.`, }; }