diff --git a/vite.config.js b/vite.config.js index 10e84868..60cafd13 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,8 +7,5 @@ export default defineConfig({ optimizeDeps: { exclude: ["svelte-navigator"] }, build: { outDir: "docs" - }, - server: { - https: true } })