update metadata
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m2s
Publish Docker Image / docker (ubuntu-latest) (push) Successful in 54s

This commit is contained in:
Lee 2024-04-23 05:05:32 +01:00
parent 8ce1c1baf9
commit 29c483aeb1

@ -34,6 +34,7 @@ export async function generateMetadata({
}
return {
title: `Paste - ${id}`,
description: `Created: ${moment(data.created)}\n\nClick to view the paste.`,
};
}