fix article list
This commit is contained in:
parent
fbaf68087e
commit
ab671c2782
5 changed files with 17 additions and 63 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue