summaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-12-24 19:25:48 +0100
committeraxtloss <axtlos@disroot.org>2024-12-24 20:04:59 +0100
commite46cb88d3763a64e97557b2db2f9b74ae7627555 (patch)
tree9c00ad1e59f4fdc36e050d9329eb7cfdeb0588d2 /svelte.config.js
parentc19fb8828e1dfdd4ce548269ff7cf08de96adf95 (diff)
downloadwebsite-e46cb88d3763a64e97557b2db2f9b74ae7627555.tar.gz
website-e46cb88d3763a64e97557b2db2f9b74ae7627555.tar.bz2
new website dropped
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/svelte.config.js b/svelte.config.js
deleted file mode 100644
index a103e15..0000000
--- a/svelte.config.js
+++ /dev/null
@@ -1,19 +0,0 @@
-import adapter from '@sveltejs/adapter-static';
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
-
-/** @type {import('@sveltejs/kit').Config} */
-const config = {
- preprocess: vitePreprocess(),
-
- kit: {
- adapter: adapter({
- pages: "build",
- assets: "build",
- fallback: "huh.html",
- preprocess: false,
- strict: true,
- })
- }
-};
-
-export default config;