Skip to content

Commit

Permalink
Remove unnecessary code in svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbruck committed Nov 29, 2023
1 parent d307586 commit 4f3a9bf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ import { vitePreprocess } from '@sveltejs/kit/vite'

/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),

kit: {
// 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({
// pages: 'build',
// assets: 'build',
fallback: undefined,
precompress: false,
strict: false,
Expand Down

0 comments on commit 4f3a9bf

Please sign in to comment.