From cc5f183abd8b856718b4f74d3ec98f66fea54eba Mon Sep 17 00:00:00 2001 From: jarda-svoboda <20700514+jarda-svoboda@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:19:12 +0100 Subject: [PATCH] Update svelte.config.js --- examples/locale-router/svelte.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(), }, };