feat: allow blog authors email (#6783)

This commit is contained in:
Joshua Chen 2022-03-02 23:28:17 +08:00 committed by GitHub
parent 7ec44bb32c
commit 6cbc58943e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 53 additions and 15 deletions

View file

@ -21,6 +21,7 @@ declare module '@docusaurus/plugin-content-blog' {
imageURL?: string;
url?: string;
title?: string;
email?: string;
}
export type BlogPostFrontMatter = {