diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:09:12 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:09:12 +0200 |
commit | 4b054ee0740257c08f9943c5f52c8030954ea3fc (patch) | |
tree | bceb24bda72e9bef827e4fd5c16e7bd750da1a6e | |
parent | ce053f910480bd89d784b32b0e39ad75227b9044 (diff) | |
download | puszcza-4b054ee0740257c08f9943c5f52c8030954ea3fc.tar.gz puszcza-4b054ee0740257c08f9943c5f52c8030954ea3fc.zip |
Fix nuxt.config.js
-rw-r--r-- | nuxt.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
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' }, |