This commit is contained in:
Arhey 2022-04-07 15:13:58 +03:00
parent 465c95db8a
commit 7fc7d5c0c2
35 changed files with 3806 additions and 1266 deletions

View file

@ -5,8 +5,12 @@ const config = {
kit: {
adapter: adapter({
pages: 'docs',
assets: 'docs'
})
assets: 'docs',
precompress: true
}),
prerender: {
default: true
}
}
}