mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +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"] },
|
||||
build: {
|
||||
outDir: "docs"
|
||||
},
|
||||
server: {
|
||||
https: true
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue