From 56f252c1d5b25169edf69e47c0a8ff4543aff555 Mon Sep 17 00:00:00 2001 From: Erik Schouten Date: Fri, 28 Feb 2025 10:35:56 +0100 Subject: [PATCH] Update svelte.config.js --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 18b4716..6acad8b 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-auto' -import { vitePreprocess } from '@sveltejs/kit/vite' +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' /** @type {import('@sveltejs/kit').Config} */ const config = {