fix https error for the stylesheet
This commit is contained in:
parent
c6e994eadb
commit
0f9eb560f2
@ -7,5 +7,8 @@ export default defineConfig({
|
||||
optimizeDeps: { exclude: ["svelte-navigator"] },
|
||||
build: {
|
||||
outDir: "docs"
|
||||
},
|
||||
server: {
|
||||
https: true
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user