Remove unnecessary props and data structure

This commit is contained in:
adilallo
2025-09-05 08:09:44 -06:00
parent fc096129dd
commit 93182e6c2d
8 changed files with 21 additions and 279 deletions
-10
View File
@@ -29,16 +29,6 @@ export const BLOG_POST_SCHEMA = {
required: true,
pattern: /^\d{4}-\d{2}-\d{2}$/, // YYYY-MM-DD format
},
tags: {
type: "array",
required: false,
default: [],
items: {
type: "string",
minLength: 1,
maxLength: 20,
},
},
related: {
type: "array",
required: false,