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: {