Update to sveltekit 1.0 + fix warnings and errors

This commit is contained in:
nemunaire 2022-12-15 16:35:18 +01:00
commit 6ae3c92cbc
4 changed files with 2 additions and 86 deletions

View file

@ -11,9 +11,6 @@ const config = {
adapter: adapter({
fallback: '404.html'
}),
paths: {
// base: '{{.urlbase}}',
}
}
};