diff options
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 e00db35..104781c 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: [ |