🚀 Builds with new ESP32-Sveltekit template

This commit is contained in:
Rune Harlyk
2024-03-28 18:16:06 +01:00
committed by Rune Harlyk
parent 6b47100f3f
commit 3eb8190cda
59 changed files with 2343 additions and 2451 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ const config = {
kit: {
adapter: adapter({
pages: '../esp32/data',
assets: '../esp32/data',
pages: 'build',
assets: 'build',
pages: '../esp32/www',
assets: '../esp32/www',
fallback: 'index.html',
precompress: false,
strict: true