From 4b054ee0740257c08f9943c5f52c8030954ea3fc Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 14 Oct 2019 21:09:12 +0200 Subject: Fix nuxt.config.js --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index c5d34c4..a5d5c36 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,7 +14,6 @@ export default { { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'robots', content: 'all' }, - { name:"fb:pages", content="496021544115239"}, { hid: 'description', name: 'description', @@ -23,7 +22,8 @@ export default { { name: 'google-site-verification', content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY' - } + }, + { name: 'fb:pages', content: '496021544115239' } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, -- cgit 1.4.1