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', } } })