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: '/' })