mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 19:57:54 +01:00
add initial docs
This commit is contained in:
10
packages/docs/nuxt.config.ts
Normal file
10
packages/docs/nuxt.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default defineNuxtConfig({
|
||||
app: {
|
||||
pageTransition: false,
|
||||
layoutTransition: false,
|
||||
},
|
||||
extends: '@nuxt-themes/docus',
|
||||
build: {
|
||||
transpile: [/content-edge/],
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user