diff --git a/svelte.config.js b/svelte.config.js index f130616..089c925 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,7 +11,18 @@ const config = { }), ], kit: { - adapter: adapter(), + adapter: adapter({ + out: 'build', + precompress: false + }), + + // Aliases need tsconfig explicit inclusion + alias: { + $lib: './src/lib', + $root: './', + $src: './src', + $routes: './src/routes', + }, env: { publicPrefix: "PUBLIC_", },