update github config

This commit is contained in:
wobsoriano
2022-11-12 18:13:49 -08:00
parent dc15500074
commit 7999039088

View File

@@ -6,9 +6,9 @@ export default defineNuxtConfig({
modules: ['@nuxtlabs/github-module'],
extends: process.env.DOCUS_THEME_PATH || '@nuxt-themes/docus',
github: {
owner: 'nuxt',
repo: 'content',
branch: 'main'
owner: 'wobsoriano',
repo: 'trpc-nuxt',
branch: 'next'
},
colorMode: {
preference: 'dark'