emis-sapp/common/getCdnUrl.js

3 lines
61 B
JavaScript
Raw Normal View History

2023-11-27 18:33:56 +00:00
export default (path)=> {
return `/static/images/${path}`
}