mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
fix https error for the stylesheet
This commit is contained in:
parent
c6e994eadb
commit
0f9eb560f2
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue