Skip to content
Snippets Groups Projects
Commit 66abfe75 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

forskjellig title-atributt for dev, beta og lokal

parent 13e8b800
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon" href="<%= BASE_URL %>touch-icon.png"> <link rel="apple-touch-icon" href="<%= BASE_URL %>touch-icon.png">
<meta name="robots" content="noindex" /> <meta name="robots" content="noindex" />
<title>Ordbok – Beta</title> <title>Ordbøkene</title>
</head> </head>
<body> <body>
<noscript> <noscript>
......
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
version_label: process.env.VUE_APP_VERSION_LABEL, version_label: process.env.VUE_APP_VERSION_LABEL,
release: process.env.VUE_APP_RELEASE release: process.env.VUE_APP_RELEASE
} }
},
mounted: function(){
document.title = 'Ordbøkene - ' + this.version_label
} }
} }
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment