diff --git a/examples/locale-router/svelte.config.js b/examples/locale-router/svelte.config.js index 3da7c3a..2f5d6f3 100644 --- a/examples/locale-router/svelte.config.js +++ b/examples/locale-router/svelte.config.js @@ -4,8 +4,8 @@ import adapter from '@sveltejs/adapter-node'; /** @type {import('@sveltejs/kit').Config} */ export default { kit: { - // hydrate the `body` element in src/app.html - target: 'body', + // hydrate the
element in src/app.html + target: '#svelte', adapter: adapter(), }, };