mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-27 18:30:32 +01:00
add initial docs
This commit is contained in:
12
packages/docs/theme.config.ts
Normal file
12
packages/docs/theme.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineTheme } from '@nuxt-themes/config'
|
||||
console.log('defineTheme', defineTheme)
|
||||
export default defineTheme({
|
||||
title: 'Nuxt 3',
|
||||
cover: {
|
||||
src: 'https://res.cloudinary.com/nuxt/image/upload/v1650870623/nuxt3-rc-social_z6qh3m.png',
|
||||
alt: 'Nuxt 3 cover image',
|
||||
},
|
||||
aside: {
|
||||
level: 1,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user