From 09b15c034a58893b4fee8fda3a94d0f3bb727e87 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 10 Oct 2024 18:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=88=20Add=20book=20description=20to=20?= =?UTF-8?q?edition=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nft/class/_classId/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/nft/class/_classId/index.vue b/src/pages/nft/class/_classId/index.vue index 81c5eae44..5c3464664 100644 --- a/src/pages/nft/class/_classId/index.vue +++ b/src/pages/nft/class/_classId/index.vue @@ -634,7 +634,7 @@ export default { inLanguage: this.iscnData?.contentMetadata?.inLanguage, bookFormat: 'https://schema.org/EBook', bookEdition: e.name, - description: e.description, + description: `${e.description}${'\n'}${description}`, brand: { '@context': 'http://www.schema.org', '@type': 'Brand',