Dependency updates and small fixes
Some checks failed
/ check-changes (push) Successful in 7s
/ build (push) Failing after 1m6s

This commit is contained in:
Djuri 2024-11-29 00:10:33 +01:00
parent 51cce2ee9f
commit 00af5f6521
8 changed files with 32 additions and 51 deletions

View file

@ -1,11 +1,11 @@
import adapter from '@sveltejs/adapter-static';
import preprocess from 'svelte-preprocess';
import { sveltePreprocess } from 'svelte-preprocess'
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: preprocess({}),
preprocess: sveltePreprocess({}),
build: {
rollupOptions: {
output: {