diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:37:05 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:37:05 +0200 |
commit | ccb84eca016c8b81c074f17f188f4df47fa770ce (patch) | |
tree | 20392eb9c2c609b5c61c33995f25cbce3d1392c0 | |
parent | e07995fd9161db5845af4b546b5e205dc2bd19bb (diff) | |
download | puszcza-ccb84eca016c8b81c074f17f188f4df47fa770ce.tar.gz puszcza-ccb84eca016c8b81c074f17f188f4df47fa770ce.zip |
Add exactly the same meta tag
-rw-r--r-- | app.html | 10 | ||||
-rw-r--r-- | nuxt.config.js | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/app.html b/app.html new file mode 100644 index 0000000..90f5368 --- /dev/null +++ b/app.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html {{ HTML_ATTRS }}> + <head {{ HEAD_ATTRS }}> + {{ HEAD }} + <meta property="fb:pages" content="496021544115239" /> + </head> + <body {{ BODY_ATTRS }}> + {{ APP }} + </body> +</html> diff --git a/nuxt.config.js b/nuxt.config.js index a8c3e46..6ef4e09 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -22,8 +22,7 @@ export default { { name: 'google-site-verification', content: 'V9-RG4-ertDzO9hqxuG29PkDUM8PGqaSOYUMiMaGUOY' - }, - { property: 'fb:pages', content: '496021544115239' } + } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, |