diff --git a/svelte.config.js b/svelte.config.js index 751b35f26..ad7173b66 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -9,9 +9,6 @@ const config = { kit: { adapter: adapter(), - - // hydrate the
element in src/app.html - target: '#svelte' } };