diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:07:27 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-14 21:07:27 +0200 |
commit | ce053f910480bd89d784b32b0e39ad75227b9044 (patch) | |
tree | 367c8e4ba8a1e0d1845d80cd6c03bc2385675394 /nuxt.config.js | |
parent | d400b53bee9ba563810171c217710d4176b7c367 (diff) | |
download | puszcza-ce053f910480bd89d784b32b0e39ad75227b9044.tar.gz puszcza-ce053f910480bd89d784b32b0e39ad75227b9044.zip |
Add FB id
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 6ef4e09..c5d34c4 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,6 +14,7 @@ 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', |