about summary refs log tree commit diff
path: root/nuxt.config.js
diff options
context:
space:
mode:
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' },