android: use bocken.org for production builds instead of local IP

This commit is contained in:
2026-03-23 17:14:14 +01:00
parent 217ae764d9
commit 927061d17d
+2 -2
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
}
]
},