Skip to content

Commit

Permalink
Update svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda authored Jan 15, 2022
1 parent 87eac52 commit cc5f183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/locale-router/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <div id="svelte"> element in src/app.html
target: '#svelte',
adapter: adapter(),
},
};

0 comments on commit cc5f183

Please sign in to comment.