bug fix + improvements + bundled up the app
This commit is contained in:
@@ -46,7 +46,7 @@ export default async function getDashboardData(
|
||||
});
|
||||
|
||||
const recentlyAddedLinks = await prisma.link.findMany({
|
||||
take: 6,
|
||||
take: 8,
|
||||
where: {
|
||||
collection: {
|
||||
OR: [
|
||||
|
||||
Reference in New Issue
Block a user