diff --git a/svelte.config.js b/svelte.config.js index 03ef1cf..7680239 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -5,7 +5,6 @@ import staticAdapter from '@sveltejs/adapter-static'; const config = { kit: { // hydrate the
element in src/app.html - target: '#svelte', adapter: staticAdapter(), files: { assets: 'static'