Add filtering

This commit is contained in:
2025-12-21 20:20:07 +01:00
parent 6fc8c41a83
commit b41a4d2908
11 changed files with 707 additions and 24 deletions

View File

@ -11,12 +11,6 @@ export default async function Banner() {
include: {
file: true
}
// include: {
// variants: {
// where: { type: "modified" },
// take: 1,
// },
// },
})
const alt = headerImage?.altText ?? "Header Image"