Skip to content

Commit

Permalink
add thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Aug 19, 2024
1 parent fff412a commit beba61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Block/Directory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const dirConfig = computed(() => {
facetFields: ['module'],
fieldMapping: {
title: 'title',
// image: 'image',
image: 'thumbnail',
description: 'description',
href: (item: any) => `/features/${item.slug}`,
module: 'module',
Expand Down
1 change: 1 addition & 0 deletions types/schema/content/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export interface Feature {
module?: string | null;
seo: Seo | null;
media: BlockMedia | string | null;
thumbnail: string | File | null;
}

0 comments on commit beba61a

Please sign in to comment.