fix(syntax): add missing trailing comma after twitter metadata haeder tag of tsx avoiding nuxt3 throwing error during build

This commit is contained in:
Anda Toshiki 2024-09-11 21:43:06 -07:00 committed by GitHub
parent 6e48187c57
commit 445b4aaa14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ export default Vue.extend({
{ {
name: 'twitter:data2', name: 'twitter:data2',
content: `${this.getReadingTime} minutes` content: `${this.getReadingTime} minutes`
} },
// open graph // open graph
{ {
name: 'og:type', name: 'og:type',