export default (path)=> {
return `/static/images/${path}`
}
export const getCdnRoot = (path)=> {
return `/static/${path}`