1export const MAX_POST_IMAGE_SIZE = 1_000_000 2export const MAX_POST_VIDEO_SIZE = 100_000_000 3export const MAX_POST_TEXT_LENGTH = 300