aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-02-20 21:38:14 -0600
committermat <github@matdoes.dev>2022-02-20 21:38:14 -0600
commit13e5974114f759bae73f3bfd68c62ce9cfaf785e (patch)
tree8a196b27b8d4dece1dc2187332422a4e41423dfa /svelte.config.js
parent582409e7cb1598b65bee6d1023b77620bb3791af (diff)
downloadskyblock-stats-13e5974114f759bae73f3bfd68c62ce9cfaf785e.tar.gz
skyblock-stats-13e5974114f759bae73f3bfd68c62ce9cfaf785e.tar.bz2
skyblock-stats-13e5974114f759bae73f3bfd68c62ce9cfaf785e.zip
add more stuff to profile and fix bugs
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 94e8aac..056d7f0 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -2,7 +2,7 @@
import adapter from '@sveltejs/adapter-node'
// import adapter from '@sveltejs/adapter-vercel'
import preprocess from 'svelte-preprocess'
-import { minifyHtml } from 'vite-plugin-html'
+// import { createHtmlPlugin } from 'vite-plugin-html'
/** @type {import('@sveltejs/kit').Config} */
const config = {
@@ -28,7 +28,9 @@ const config = {
// https://vitejs.dev/config/
// vite: {
- // plugins: [minifyHtml()],
+ // plugins: [createHtmlPlugin({
+ // minify: true
+ // })],
// build: {
// rollupOptions: {
// external: ['discord-api-types/payloads/v9', 'discord-api-types', 'discord-api-types/v9'],