Fix web title for production
This commit is contained in:
@@ -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
@@ -1,2 +1,2 @@
|
||||
VITE_APP_TITLE="Weather Tool"
|
||||
VITE_APP_TITLE=Weather Tool
|
||||
VITE_API_HOST=https://weather-tool.fly.dev
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"build": "vite build --mode production",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user