From a8ac741c36add7f26da1f45415b7c80e68a0fec2 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Sun, 8 Feb 2026 13:03:47 +0100 Subject: [PATCH] https --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 8171e12..a828d31 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ port: 5173, hmr: { host: 'jeopardy.toppit.net', // your public hostname - protocol: 'ws', + protocol: 'https', } } })