feat: add related blog posts component

This commit is contained in:
Theodore Kruczek
2024-01-14 07:51:36 -05:00
parent 155a602203
commit 13cbe429cc
5 changed files with 67 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ export interface I18NConfig {
export interface AppBlogConfig {
isEnabled: boolean;
postsPerPage: number;
isRelatedPostsEnabled: boolean;
relatedPostsCount: number;
post: {
isEnabled: boolean;
permalink: string;