📂 Updates app build output destination

This commit is contained in:
Rune Harlyk
2024-05-23 21:25:13 +02:00
committed by Rune Harlyk
parent 2c90293fc5
commit adf4a10375
+2 -2
View File
@@ -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