ui: Update modules
This commit is contained in:
parent
315fb1efae
commit
87583fbd17
13 changed files with 255 additions and 114 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Reference in a new issue