From 6727f387eba609022abcd42b834ebe4b201c7460 Mon Sep 17 00:00:00 2001 From: shmck Date: Thu, 2 Jul 2020 20:27:31 -0700 Subject: [PATCH] extend title length Signed-off-by: shmck --- src/schema/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",