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
|
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
|
VITE_API_HOST=https://weather-tool.fly.dev
|
||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build --mode production",
|
||||||
"serve": "vite preview"
|
"serve": "vite preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user