Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (!page.value) {
}

const { data: posts } = await useAsyncData('blog-posts', () =>
queryCollection('posts').order('date', 'DESC').all()
queryCollection('posts').order('date', 'ASC').all()
)

useSeoMeta({
Expand Down
2 changes: 1 addition & 1 deletion docs/content/blog/how-to-build-an-ai-chat.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build an AI Chatbot with Nuxt, Nuxt UI, and AI SDK
title: Build an AI Chatbot with Nuxt UI and AI SDK
description: Learn how to build a full-featured AI chatbot with streaming responses, multiple models support, and a beautiful UI using Nuxt, Nuxt UI, and Vercel AI SDK.
navigation: false
image: /assets/blog/building-nuxt-ai-chatbot.png
Expand Down
Loading
Loading