fix: media public path conversion (#1003)

This commit is contained in:
Daniel Lautzenheiser
2023-12-11 10:37:03 -05:00
committed by GitHub
parent 13f42e052a
commit b63f5eec35
6 changed files with 920 additions and 40 deletions

View File

@ -6,3 +6,5 @@ export const MEDIA_CARD_MARGIN = 10;
export const MEDIA_LIBRARY_PADDING = 20;
export const MAX_LINK_DISPLAY_LENGTH = 28;
export const DRAFT_MEDIA_FILES = 'DRAFT_MEDIA_FILES';