diff --git a/svelte.config.js b/svelte.config.js index 6b7bc9e..a00a8a9 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -5,8 +5,6 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; const config = { kit: { adapter: adapter(), - // GitHub Pages can't serve content from directories with underscores: - appDir: 'app', }, // https://kit.svelte.dev/docs/integrations#preprocessors preprocess: vitePreprocess(),