From 0c3efccf7ce20437d042d4dfaa81f9ac5a8af3a1 Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 16 Apr 2026 17:44:47 -0400 Subject: [PATCH] eh fine we'll use build --- playground/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/svelte.config.js b/playground/svelte.config.js index c2c3d22..fd04897 100644 --- a/playground/svelte.config.js +++ b/playground/svelte.config.js @@ -10,7 +10,7 @@ const config = { // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. // If your environment is not supported, or you settled on a specific environment, switch out the adapter. // See https://svelte.dev/docs/kit/adapters for more information about adapters. - adapter: adapter({ pages: 'dist', assets: 'dist' }) + adapter: adapter() } }; -- 2.51.2