diff options
Diffstat (limited to 'nuxt.config.js')
-rw-r--r-- | nuxt.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index b2ce49d..d1422ea 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -4,6 +4,9 @@ export default { ** Headers of the page */ head: { + htmlAttrs: { + lang: 'pl' + }, title: '19 PDH Puszcza', meta: [ { charset: 'utf-8' }, |