Updated svelte config

This commit is contained in:
Nicolai Ort 2022-04-30 16:54:08 +02:00
parent 3bc11ce05f
commit f92162bca9
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 1 deletions

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'