Fix debug value

This commit is contained in:
dominik-zeglen 2020-10-13 13:31:53 +02:00
parent 450b3bf15c
commit 9396f62df1

View file

@ -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;