update(docs): styling of sidebar and header

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>

update(docs): target server generation

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 15:42:05 +01:00
parent ea7db92b6e
commit 412a84a898
6 changed files with 46 additions and 66 deletions
+1
View File
@@ -18,6 +18,7 @@ export default defineNuxtConfig({
preserveSymlinks: false,
},
},
target: 'server',
ssr: true,
buildModules: ['nuxt-windicss'],
})