Fix debug value
This commit is contained in:
parent
450b3bf15c
commit
9396f62df1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ enum SeoField {
|
|||
}
|
||||
|
||||
const SLUG_REGEX = /^[a-zA-Z0-9\-\_]+$/;
|
||||
const maxSlugLength = 15;
|
||||
const maxSlugLength = 255;
|
||||
const maxTitleLength = 70;
|
||||
const maxDescriptionLength = 300;
|
||||
|
||||
|
|
Loading…
Reference in a new issue