fix article list

This commit is contained in:
lightling 2024-11-04 17:12:42 -05:00
parent fbaf68087e
commit ab671c2782
Signed by: lightling
GPG key ID: F1F29650D537C773
5 changed files with 17 additions and 63 deletions

View file

@ -5,6 +5,12 @@ import type { MediaEntry } from './shared'
* to display when listing the entry on the article-list page.
*/
export type ArticleEntry = {
alternativeText?: string
caption?: string
/**
* URL to the entry's thumbnail
*/
thumbnailUrl?: string
/**
* URL to the markdown document of the article entry
*/