Skip to content

Commit

Permalink
🚧 Add newsPress tag to iscnPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Sep 29, 2024
1 parent 5d34156 commit 586dbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/nft/url/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export default class FetchIndex extends Vue {
type,
name: title,
description,
tagsString: keywords,
tagsString: this.isNewsPress ? `${keywords},NewsPress` : keywords,
url: this.iscnData.url || this.url,
exifInfo: {},
license,
Expand Down

0 comments on commit 586dbb7

Please sign in to comment.