A preconfigured SvelteKit static blog starter, with Sass, Markdown, MDSvex, Rehype, background preloading, and more. See the README for full details.
419
stars
81
forks
source link
config.kit.target is no longer required, and should be removed #4
Closed
Christian-Rau closed 2 years ago
When npm run dev it fails to start, with this error message: "config.kit.target is no longer required, and should be removed"
Solution: In svelte.config.js under "kit" remove
target: '#svelte',
in line 33