about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nuxt.config.js3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 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' },
diff --git a/package.json b/package.json
index 09d2b6b..0237ed5 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "puszcza",
+  "name": "Puszcza",
   "version": "1.0.0",
   "description": "Strona 19 PDH Puszcza",
   "author": "Patryk Niedźwiedziński",