Update LAN IP to 192.168.31.221 for Sidebar links

This commit is contained in:
Gan, Jimmy
2026-02-24 01:46:07 +08:00
parent 444566f4b4
commit 98975f45c2
@@ -11,7 +11,7 @@
{ id: "settings", label: "Settings", icon: "settings" },
];
const LAN_IP = "192.168.1.173";
const LAN_IP = "192.168.31.221";
let lanReachable = $state(false);
if (typeof window !== "undefined" && location.hostname !== LAN_IP) {