diff --git a/public/index.html b/public/index.html index bde37a5793ad191e645a3cc300f8bd2e7eee6a53..a6ea3f655e47d251ab73ee8c5bd64c9542200682 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="apple-touch-icon" href="<%= BASE_URL %>touch-icon.png"> <meta name="robots" content="noindex" /> - <title>Ordbok – Beta</title> + <title>Ordbøkene</title> </head> <body> <noscript> diff --git a/src/App.vue b/src/App.vue index 4c11e4dd9b6318a3464fe9380b78bc2a3b03c764..5e9d438a96bbdb686f0852321f9af7fbf7976e58 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,6 +25,9 @@ version_label: process.env.VUE_APP_VERSION_LABEL, release: process.env.VUE_APP_RELEASE } + }, + mounted: function(){ + document.title = 'Ordbøkene - ' + this.version_label } } </script>