1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:01:19 -04:00

update cache-control headers

This commit is contained in:
2022-06-13 20:07:12 -04:00
parent a63ea35463
commit 4e0ca9ff4d
9 changed files with 170 additions and 170 deletions

View File

@@ -54,7 +54,7 @@ const VNC = ({ server }: VNCProps) => {
const [message, setMessage] = useState({ message: "", anyKey: false });
// the actual connection and virtual screen (injected by noVNC when it's ready)
const rfbRef = useRef<RFB | null>(null);
const rfbRef = useRef<RFB>();
const screenRef = useRef<HTMLDivElement>(null);
// ends the session forcefully