Add base and remove hmr
Some checks failed
On Push Deploy / deploy (push) Has been cancelled

This commit is contained in:
Johnny322
2026-02-08 15:04:42 +01:00
parent a8ac741c36
commit abc31f4313

View File

@@ -7,9 +7,6 @@ export default defineConfig({
server: { server: {
host: '0.0.0.0', // crucial! allows container/network access host: '0.0.0.0', // crucial! allows container/network access
port: 5173, port: 5173,
hmr: { },
host: 'jeopardy.toppit.net', // your public hostname base: '/'
protocol: 'https',
}
}
}) })