1
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:
2022-05-27 21:02:39 -04:00
parent 804e88b7f9
commit c46bf5869d
3 changed files with 95 additions and 95 deletions

View File

@ -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",