fix: maybe now the stylesheet will work
This commit is contained in:
parent
464c318569
commit
59c317f570
@ -7,5 +7,8 @@ export default defineConfig({
|
|||||||
optimizeDeps: { exclude: ["svelte-navigator"] },
|
optimizeDeps: { exclude: ["svelte-navigator"] },
|
||||||
build: {
|
build: {
|
||||||
outDir: "docs"
|
outDir: "docs"
|
||||||
|
},
|
||||||
|
server: {
|
||||||
|
https: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user