mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 04:24:15 +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',
|
name: 'twitter:data2',
|
||||||
content: `${this.getReadingTime} minutes`
|
content: `${this.getReadingTime} minutes`
|
||||||
}
|
},
|
||||||
// open graph
|
// open graph
|
||||||
{
|
{
|
||||||
name: 'og:type',
|
name: 'og:type',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user