diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 13:46:07 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-11-28 13:46:07 +0100 |
commit | 47df6b13e0e4d40573534c57bbcc03e880782de5 (patch) | |
tree | 71bc72d3b299f4823b12f587d23d9067958c5900 /nuxt.config.js | |
parent | fe81f3d551f00d8a5ee5ee4c738e02ffc2d06ecb (diff) | |
parent | 73e5c7a20e5e8f6a54ab484ea2ce1aac16200b1d (diff) | |
download | puszcza-47df6b13e0e4d40573534c57bbcc03e880782de5.tar.gz puszcza-47df6b13e0e4d40573534c57bbcc03e880782de5.zip |
Merge remote-tracking branch 'origin/develop' into storybook
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index 35d6730..b5a9a97 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -9,7 +9,8 @@ export default { */ head: { htmlAttrs: { - lang: 'pl' + lang: 'pl', + prefix: 'og: http://ogp.me/ns#' }, title: '19 PDH Puszcza', meta: [ |