From 69c738a69484dbc8a8d91ccc56f45db4609c3293 Mon Sep 17 00:00:00 2001 From: Raimund Renkert Date: Thu, 3 Mar 2022 16:29:46 +0100 Subject: [PATCH] Use app title as tab title. --- cmd/mtwebmapper/client/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mtwebmapper/client/public/index.html b/cmd/mtwebmapper/client/public/index.html index c02bc19..a308b2b 100644 --- a/cmd/mtwebmapper/client/public/index.html +++ b/cmd/mtwebmapper/client/public/index.html @@ -5,7 +5,7 @@ - <%= htmlWebpackPlugin.options.title %> + <%= VUE_APP_TITLE %>