diff --git a/src/components/SeoForm/SeoForm.tsx b/src/components/SeoForm/SeoForm.tsx index 0a1109f90..3825a697a 100644 --- a/src/components/SeoForm/SeoForm.tsx +++ b/src/components/SeoForm/SeoForm.tsx @@ -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;