feat(docs): Add docs index page

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 066155b9f7
commit 9f329c8802
10 changed files with 157 additions and 17 deletions
-1
View File
@@ -18,7 +18,6 @@ export default defineNuxtConfig({
preserveSymlinks: false,
},
},
target: 'server',
ssr: true,
buildModules: ['nuxt-windicss'],
})