about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-14 21:09:12 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-14 21:09:12 +0200
commit4b054ee0740257c08f9943c5f52c8030954ea3fc (patch)
treebceb24bda72e9bef827e4fd5c16e7bd750da1a6e /nuxt.config.js
parentce053f910480bd89d784b32b0e39ad75227b9044 (diff)
downloadpuszcza-4b054ee0740257c08f9943c5f52c8030954ea3fc.tar.gz
puszcza-4b054ee0740257c08f9943c5f52c8030954ea3fc.zip
Fix nuxt.config.js
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js4
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' },