Skip to content

Commit

Permalink
removing ssg
Browse files Browse the repository at this point in the history
  • Loading branch information
garikAsplund committed Nov 11, 2024
1 parent 5931f7d commit eebb685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';

/** @type {import('@sveltejs/kit').Config} */
Expand All @@ -11,6 +12,7 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
}
};
export default config;

0 comments on commit eebb685

Please sign in to comment.