emis-app/common/getCdnUrl.js

3 lines
61 B
JavaScript
Raw Normal View History

2023-11-30 23:16:07 +00:00
export default (path)=> {
return `/static/images/${path}`
}