We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff23f0d commit b1222e4Copy full SHA for b1222e4
1 file changed
nuxt.config.ts
@@ -61,7 +61,7 @@ export default defineNuxtConfig({
61
llms: {
62
domain: 'https://pico-router-docs.vercel.app/',
63
title: 'Pico Router Docs',
64
- description: 'A template for building documentation with Nuxt UI and Nuxt Content.',
+ description: '',
65
full: {
66
title: 'Pico Router Docs - Full Documentation',
67
description: 'This is the full documentation for the Pico Router Docs.'
@@ -85,10 +85,11 @@ export default defineNuxtConfig({
85
},
86
87
mcp: {
88
- name: 'Docs template'
+ name: 'Pico Router Docs'
89
90
91
ogImage: {
92
zeroRuntime: true
93
}
94
})
95
+
0 commit comments