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",
"build": {
"devUrl": "http://192.168.1.4:5173",
"frontendDist": "http://192.168.1.4:5173"
"frontendDist": "https://bocken.org"
},
"app": {
"withGlobalTauri": true,
@@ -13,7 +13,7 @@
"title": "Bocken Fitness",
"url": "/fitness",
"fullscreen": false,
"useHttpsScheme": false
"useHttpsScheme": true
}
]
},