Skip to content

Commit

Permalink
πŸ“ˆ Add book description to edition description
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 10, 2024
1 parent 2f0d95f commit 09b15c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 09b15c0

Please sign in to comment.