mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:46:37 -04:00
update y2k socket host
This commit is contained in:
@ -12,7 +12,7 @@ import type { ReactElement, ComponentProps } from "react";
|
||||
const VNC = dynamic(() => import("../components/VNC"), { ssr: false });
|
||||
|
||||
// https://github.com/jakejarvis/y2k
|
||||
const SOCKET_PROXY = "wss://y2k.jrvs.io";
|
||||
const SOCKET_PROXY = "wss://y2k.pipe.fail";
|
||||
|
||||
const Wallpaper = styled("main", {
|
||||
display: "flex",
|
||||
|
Reference in New Issue
Block a user