diff --git a/app/app.vue b/app/app.vue index e6820d2..8062fa7 100644 --- a/app/app.vue +++ b/app/app.vue @@ -5,6 +5,9 @@ import { SpeedInsights } from '@vercel/speed-insights/nuxt' useHead({ link: [{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }], }) + +const route = useRoute() +const { messages } = useChatStore()