mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Trim readme
This commit is contained in:
parent
564309ecad
commit
0fd0cbab4a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export async function generateMetadata({ params }): Promise<Metadata> {
|
|||
];
|
||||
|
||||
const title = `${fileName} - Winamp Skin Museum`;
|
||||
const description = readme || DESCRIPTION;
|
||||
const description = readme == null ? DESCRIPTION : readme.slice(0, 300);
|
||||
return {
|
||||
title,
|
||||
description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue