mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 12:25:51 -04:00
update y2k socket endpoint
This commit is contained in:
@@ -17,7 +17,7 @@ const Y2K = () => (
|
|||||||
|
|
||||||
{/* set a random retro wallpaper tile for the content area */}
|
{/* set a random retro wallpaper tile for the content area */}
|
||||||
<Wallpaper image={`/static/images/y2k/tiles/tile_${Math.floor(20 * Math.random())}.png`} tile>
|
<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>
|
</Wallpaper>
|
||||||
|
|
||||||
<style jsx global>{`
|
<style jsx global>{`
|
||||||
|
|||||||
Reference in New Issue
Block a user