Update LAN IP to 192.168.31.221 for Sidebar links
Deploy Dashboard / deploy (push) Successful in 55s
Deploy Dashboard / deploy (push) Successful in 55s
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user