Fix css bug
This commit is contained in:
@ -23,7 +23,7 @@ export default async function GalleryPage({ params }: { params: { gallerySlug: s
|
||||
include: {
|
||||
images: {
|
||||
include: { colors: { include: { color: true } } },
|
||||
orderBy: [{ sortIndex: 'asc' }, { imageName: 'asc' }]
|
||||
orderBy: [{ sortIndex: 'asc' }, { creationDate: 'desc' }, { imageName: 'asc' }]
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user