diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3104bad..2ef59f0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -18,8 +18,8 @@

- - Welcome + + Welcome diff --git a/src/routes/Header.svelte b/src/routes/Header.svelte index 39c65c1..e0d5f29 100644 --- a/src/routes/Header.svelte +++ b/src/routes/Header.svelte @@ -6,7 +6,7 @@
diff --git a/svelte.config.js b/svelte.config.js index 6303a36..56fbeed 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,14 +3,10 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { - // Consult https://kit.svelte.dev/docs/integrations#preprocessors - // for more information about preprocessors preprocess: vitePreprocess(), kit: { adapter: adapter({ - // default options are shown. On some platforms - // these options are set automatically — see below pages: 'build', assets: 'build', fallback: undefined,