mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
deploy to github pages maybe?
This commit is contained in:
parent
74f4b32238
commit
1ea53dc26d
7 changed files with 73 additions and 17 deletions
|
|
@ -4,5 +4,8 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
|
|||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
optimizeDeps: { exclude: ["svelte-navigator"] }
|
||||
optimizeDeps: { exclude: ["svelte-navigator"] },
|
||||
build: {
|
||||
outDir: "docs"
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue