Fix web title for production

This commit is contained in:
Guntis Smaukstelis
2023-05-21 13:37:03 +03:00
parent 8b3f97bb96
commit 00dd4a4f4a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
VITE_APP_TITLE="[dev] Weather Tool"
VITE_APP_TITLE=[dev] Weather Tool
VITE_API_HOST=http://0.0.0.0:8080
+1 -1
View File
@@ -1,2 +1,2 @@
VITE_APP_TITLE="Weather Tool"
VITE_APP_TITLE=Weather Tool
VITE_API_HOST=https://weather-tool.fly.dev
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"build": "vite build --mode production",
"serve": "vite preview"
},
"devDependencies": {