Update LAN IP to 192.168.31.221 for Sidebar links
Deploy Dashboard / deploy (push) Successful in 55s

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