mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-30 15:03:49 -05:00
bump deps
This commit is contained in:
@@ -12,7 +12,7 @@ import type { ReactElement, ComponentPropsWithoutRef, ElementRef } from "react";
|
||||
const VNC = dynamic(() => import("../components/VNC"), { ssr: false });
|
||||
|
||||
// https://github.com/jakejarvis/y2k
|
||||
const SOCKET_PROXY = "wss://y2k.pipe.fail";
|
||||
const SOCKET_PROXY = "wss://vnc.jarv.is";
|
||||
|
||||
const Wallpaper = styled("main", {
|
||||
display: "flex",
|
||||
|
||||
Reference in New Issue
Block a user