Change static env to dynamic env

This commit is contained in:
Pablu23
2025-09-02 15:48:17 +02:00
parent 24b4647ab3
commit f8aeab1b18
4 changed files with 10 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: { adapter: adapter() }
kit: { adapter: adapter({out: 'build'}) }
};
export default config;