fix sidenotes

This commit is contained in:
2022-05-14 07:43:08 -07:00
parent 819775f0a7
commit dbcc82a10a
4 changed files with 34 additions and 11 deletions

View File

@@ -16,6 +16,9 @@ const config = {
kit: {
// hydrate the <div id="svelte"> element in src/app.html
adapter: staticAdapter(),
prerender: {
default: true,
},
}
};