diff --git a/.nuxtrc b/.nuxtrc index 1e1fe8339..4f03c3fcf 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1 +1 @@ -setups.@nuxt/test-utils="4.0.0" \ No newline at end of file +setups.@nuxt/test-utils="4.0.2" \ No newline at end of file diff --git a/app/app.config.ts b/app/app.config.ts index 0a21908c0..30084f9fe 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -1,4 +1,32 @@ export default defineAppConfig({ + agent: { + faqQuestions: [ + { + category: 'Getting Started', + items: [ + 'Show me available starter templates', + 'What\'s new in Nuxt 4?', + 'How do I add authentication to my Nuxt app?' + ] + }, + { + category: 'Features', + items: [ + 'useFetch vs useAsyncData?', + 'How does file-based routing work?', + 'How do I connect a database to my Nuxt app?' + ] + }, + { + category: 'Deploy & Explore', + items: [ + 'How do I deploy my Nuxt app?', + 'What are the available rendering modes?', + 'How do I add SEO meta tags in Nuxt?' + ] + } + ] + }, ui: { colors: { primary: 'green', diff --git a/app/app.vue b/app/app.vue index d1c998a7a..f9dd3de3d 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,7 @@