android: use bocken.org for production builds instead of local IP
All checks were successful
CI / update (push) Successful in 2m2s
All checks were successful
CI / update (push) Successful in 2m2s
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"build": {
|
"build": {
|
||||||
"devUrl": "http://192.168.1.4:5173",
|
"devUrl": "http://192.168.1.4:5173",
|
||||||
"frontendDist": "http://192.168.1.4:5173"
|
"frontendDist": "https://bocken.org"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"title": "Bocken Fitness",
|
"title": "Bocken Fitness",
|
||||||
"url": "/fitness",
|
"url": "/fitness",
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"useHttpsScheme": false
|
"useHttpsScheme": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user