1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 02:15:47 -04:00

update y2k socket endpoint

This commit is contained in:
2022-01-29 12:52:19 -05:00
parent b4cfbafaf0
commit 29d5a32ddb

View File

@@ -17,7 +17,7 @@ const Y2K = () => (
{/* set a random retro wallpaper tile for the content area */}
<Wallpaper image={`/static/images/y2k/tiles/tile_${Math.floor(20 * Math.random())}.png`} tile>
<VNC server="wss://socket.y2k.app" />
<VNC server="wss://y2k.jrvs.io" />
</Wallpaper>
<style jsx global>{`