diff --git a/src/schema/meta.ts b/src/schema/meta.ts index 9763f4d..8a15a02 100644 --- a/src/schema/meta.ts +++ b/src/schema/meta.ts @@ -21,7 +21,7 @@ export default { title: { type: "string", minLength: 1, - maxLength: 40, + maxLength: 100, }, file_path: { type: "string",