From 2b33e130fd96318366a0856b729d0e80c1660d90 Mon Sep 17 00:00:00 2001 From: Mohamad Date: Mon, 23 Dec 2024 16:34:44 +0100 Subject: [PATCH] removed another comment lol --- svelte.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index a421ba5..f94eeef 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,8 +3,6 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { - // Consult https://kit.svelte.dev/docs/integrations#preprocessors - // for more information about preprocessors preprocess: vitePreprocess(), kit: {