v3: added site-wide categories, added admin category management, various visual fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m52s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m52s
This commit is contained in:
@@ -86,6 +86,8 @@ export const VALIDATION = {
|
||||
PLAYLIST_DESCRIPTION_MAX: 2000,
|
||||
COMMENT_BODY_MAX: 5000,
|
||||
USER_DESCRIPTION_MAX: 2000,
|
||||
CATEGORY_NAME_MAX: 50,
|
||||
CATEGORY_SLUG_MAX: 50,
|
||||
} as const;
|
||||
|
||||
// SEO/OG
|
||||
|
||||
Reference in New Issue
Block a user