From abc31f4313d848fd8d481c177fe4767f316d2cc6 Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Sun, 8 Feb 2026 15:04:42 +0100 Subject: [PATCH] Add base and remove hmr --- vite.config.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index a828d31..a3506fd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,9 +7,6 @@ export default defineConfig({ server: { host: '0.0.0.0', // crucial! allows container/network access port: 5173, - hmr: { - host: 'jeopardy.toppit.net', // your public hostname - protocol: 'https', - } - } + }, + base: '/' })