diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 197a844..30e095f 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -19,6 +19,7 @@ export default async function DashboardPage() { with: { bookmark: true, }, + orderBy: (bookmark, { asc }) => [asc(bookmark.position)], }) const bookmarkCategoryWithBookmarks = bookmarkCategoryWithBookmarksSchema