mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 03:38:44 +01:00
fix docs
This commit is contained in:
@@ -1,17 +1,26 @@
|
||||
export default defineNuxtConfig({
|
||||
app: {
|
||||
pageTransition: false,
|
||||
layoutTransition: false,
|
||||
layoutTransition: false
|
||||
},
|
||||
modules: ['@nuxtlabs/github-module'],
|
||||
extends: process.env.DOCUS_THEME_PATH || '@nuxt-themes/docus',
|
||||
github: {
|
||||
owner: 'nuxt',
|
||||
repo: 'content',
|
||||
branch: 'main'
|
||||
},
|
||||
colorMode: {
|
||||
preference: 'dark'
|
||||
},
|
||||
extends: '@nuxt-themes/docus',
|
||||
build: {
|
||||
transpile: [/content-edge/],
|
||||
transpile: [/content-edge/, '@nuxtlabs/github-module-edge']
|
||||
},
|
||||
nitro: {
|
||||
prerender: {
|
||||
crawlLinks: true,
|
||||
routes: ['/'],
|
||||
routes: ['/']
|
||||
},
|
||||
preset: 'vercel',
|
||||
},
|
||||
preset: 'vercel'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user