7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
export default (path)=> {
|
|
return `/static/images/${path}`
|
|
}
|
|
|
|
export const getCdnRoot = (path)=> {
|
|
return `/static/${path}`
|
|
} |