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