From 43d60923094a1216b523dd31019f6060823db9b6 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 23 Jan 2025 17:05:35 +0000 Subject: [PATCH] Added route ignore to svelte config --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index 474606e..410d01c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,6 +7,9 @@ const config = { postcss: true, }), kit: { + paths: { + exclude: ['/repo'] + }, adapter: adapter({ out: 'build', precompress: true, // Pre-compresses files