feat: lists are now sorted by modified_at desc

This commit is contained in:
2026-08-22 22:08:09 +02:00
parent 0c81091252
commit e27e7a679e
4 changed files with 12 additions and 13 deletions
-3
View File
@@ -26,9 +26,6 @@ const router = createRouter({
{
path: '/about',
name: 'about',
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue'),
},
],