export function imagePathBabel(text){ return text?text.charAt(0) == '/'? text : '/public/'+text : '' }