Update dependency @sveltejs/kit to v1.0.0-next.324 #3

Merged
niggl merged 8 commits from renovate/sveltejs-kit-1.x into main 2022-04-30 15:37:27 +00:00
Showing only changes of commit f92162bca9 - Show all commits

View File

@ -5,7 +5,6 @@ import staticAdapter from '@sveltejs/adapter-static';
const config = {
kit: {
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte',
adapter: staticAdapter(),
files: {
assets: 'static'