Small adjustments associated with Relative Posts

This commit is contained in:
prototypa
2024-01-21 21:35:25 -05:00
parent 964d4da878
commit 106cd931f0
7 changed files with 40 additions and 32 deletions

View File

@@ -138,6 +138,8 @@ const getAppBlog = () => {
const _default = {
isEnabled: false,
postsPerPage: 6,
isRelatedPostsEnabled: false,
relatedPostsCount: 4,
post: {
isEnabled: true,
permalink: '/blog/%slug%',