added the option to link older site comments

This commit is contained in:
2022-09-17 20:26:51 +02:00
parent 35c0956f9b
commit c752310aa0
5 changed files with 8 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ interface Frontmatter {
description?: string;
tags?: Array<string>;
socialImage?: string;
disqusId?: string;
}
export default Frontmatter;