Indicate in web title that working in dev environment

This commit is contained in:
Guntis Smaukstelis
2023-05-18 16:39:14 +03:00
parent 32212da1ff
commit 54cedb2818
6 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
<title>Weather Tool</title>
<title><{ VITE_APP_TITLE }></title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>