mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 13:38:33 +02:00
feat: allow blog authors email (#6783)
This commit is contained in:
parent
7ec44bb32c
commit
6cbc58943e
14 changed files with 53 additions and 15 deletions
|
@ -21,6 +21,7 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
imageURL?: string;
|
||||
url?: string;
|
||||
title?: string;
|
||||
email?: string;
|
||||
}
|
||||
|
||||
export type BlogPostFrontMatter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue