android: use bocken.org for production builds instead of local IP
All checks were successful
CI / update (push) Successful in 2m2s

This commit is contained in:
2026-03-23 17:14:14 +01:00
parent b9c68b48c3
commit 5e48dc6f08

View File

@@ -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
} }
] ]
}, },