Skip to content

Commit 6727f38

Browse files
committed
extend title length
Signed-off-by: shmck <[email protected]>
1 parent a16963d commit 6727f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/schema/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
title: {
2222
type: "string",
2323
minLength: 1,
24-
maxLength: 40,
24+
maxLength: 100,
2525
},
2626
file_path: {
2727
type: "string",

0 commit comments

Comments
 (0)