diff client/public/index.html @ 4778:7a3ace19dc56

window title configurable
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 21 Oct 2019 15:17:14 +0200
parents 4cebd0a1f41f
children
line wrap: on
line diff
--- a/client/public/index.html	Mon Oct 21 13:33:15 2019 +0200
+++ b/client/public/index.html	Mon Oct 21 15:17:14 2019 +0200
@@ -16,7 +16,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <meta name="viewport" content="width=device-width,initial-scale=1.0" />
     <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
-    <title>gemmajs</title>
+    <title><%= process.env.VUE_APP_WINDOWTITLE || VUE_APP_TITLE %></title>
     <style>
       html {
         height: 100%;