Update LoraBell app URLs and remove outdated HTML file
- Changed LoraBell's LAN address from a local HTML file to a direct IP link in multiple files for improved accessibility. - Removed the now obsolete lorabell-info.html file from the public directory. - Updated service worker cache revision for index.html to ensure proper asset management.
This commit is contained in:
@@ -614,8 +614,8 @@ function launchApp() {
|
||||
// TODO: Replace dummy app URLs with real URLs when apps are packaged
|
||||
const appUrls: Record<string, { dev: string, prod: string }> = {
|
||||
'lorabell': {
|
||||
dev: '/lorabell-info.html',
|
||||
prod: '/lorabell-info.html'
|
||||
dev: 'http://192.168.1.166',
|
||||
prod: 'http://192.168.1.166'
|
||||
},
|
||||
'atob': {
|
||||
dev: 'http://localhost:8102',
|
||||
|
||||
Reference in New Issue
Block a user