fix: maybe now the stylesheet will work

This commit is contained in:
Spectralitree 2021-12-12 12:23:00 +01:00
parent 464c318569
commit 59c317f570

View File

@ -7,5 +7,8 @@ export default defineConfig({
optimizeDeps: { exclude: ["svelte-navigator"] }, optimizeDeps: { exclude: ["svelte-navigator"] },
build: { build: {
outDir: "docs" outDir: "docs"
},
server: {
https: true
} }
}) })