ui: Update modules

This commit is contained in:
nemunaire 2021-10-22 10:14:39 +02:00
commit 87583fbd17
13 changed files with 255 additions and 114 deletions

View file

@ -6,6 +6,9 @@ const config = {
adapter: adapt({
fallback: 'index.html'
}),
paths: {
// base: '/2021',
},
ssr: false,
// hydrate the <div id="svelte"> element in src/app.html
target: '#svelte'