From adf4a103752eb696d0d238d96101b0d1d4879975 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Thu, 23 May 2024 21:25:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=82=20Updates=20app=20build=20output?= =?UTF-8?q?=20destination?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/svelte.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/svelte.config.js b/app/svelte.config.js index c6dada5..1e66e3d 100644 --- a/app/svelte.config.js +++ b/app/svelte.config.js @@ -9,8 +9,8 @@ const config = { kit: { adapter: adapter({ - pages: '../esp32/www', - assets: '../esp32/www', + pages: 'build', + assets: 'build', fallback: 'index.html', precompress: false, strict: true