1
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:
2024-10-11 10:48:21 -04:00
parent 89cd6780f9
commit f886a7cd0b
7 changed files with 821 additions and 1052 deletions

View File

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