mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 00:46:29 +00:00
fix(syntax): add missing trailing comma after twitter metadata haeder tag of tsx avoiding nuxt3 throwing error during build
This commit is contained in:
parent
6e48187c57
commit
445b4aaa14
@ -97,7 +97,7 @@ export default Vue.extend({
|
||||
{
|
||||
name: 'twitter:data2',
|
||||
content: `${this.getReadingTime} minutes`
|
||||
}
|
||||
},
|
||||
// open graph
|
||||
{
|
||||
name: 'og:type',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user