update directory structure

This commit is contained in:
Robert Soriano
2022-10-30 12:25:28 -07:00
parent 0c4a43ec19
commit 7a97127353
39 changed files with 112 additions and 127 deletions

16
docs/nuxt.config.ts Normal file
View File

@@ -0,0 +1,16 @@
export default defineNuxtConfig({
app: {
pageTransition: false,
layoutTransition: false,
},
extends: '@nuxt-themes/docus',
build: {
transpile: [/content-edge/],
},
nitro: {
prerender: {
crawlLinks: true,
routes: ['/'],
},
},
})