Skip to content

Commit 92d031b

Browse files
committed
fix: SyntaxError: Invalid shorthand property initializer
1 parent 6b506b0 commit 92d031b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuxt.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export default {
88
meta: [
99
{ charset: 'utf-8' },
1010
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
11-
{ name: 'og:title', content='Hackerblocks' },
12-
{ name: 'og:description', content='Home to 30K+ Talented Developers. Practice coding, prepare for interviews, and get prizes.' },
13-
{ name: 'og:image', content='https://codingblocks.com/assets/images/cb/cb_tshirt_logo.png' }
11+
{ name: 'og:title', content: 'Hackerblocks' },
12+
{ name: 'og:description', content: 'Home to 30K+ Talented Developers. Practice coding, prepare for interviews, and get prizes.' },
13+
{ name: 'og:image', content: 'https://codingblocks.com/assets/images/cb/cb_tshirt_logo.png' }
1414
],
1515
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
1616
script: [

0 commit comments

Comments
 (0)