From ab7e235acad95203dae82074a2377134e6f2fcc8 Mon Sep 17 00:00:00 2001 From: Raymond Fleming Date: Sat, 6 Apr 2024 01:27:58 -0400 Subject: [PATCH] remove appDir --- svelte.config.js | 2 -- 1 file changed, 2 deletions(-) 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(),