We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a16963d + 6727f38 commit df304c7Copy full SHA for df304c7
src/schema/meta.ts
@@ -21,7 +21,7 @@ export default {
21
title: {
22
type: "string",
23
minLength: 1,
24
- maxLength: 40,
+ maxLength: 100,
25
},
26
file_path: {
27
0 commit comments