koel/resources/assets/js/config/index.js
2017-04-22 23:42:45 +08:00

4 lines
190 B
JavaScript

export default {
unknownCover: (typeof window !== 'undefined' ? window.location.href.replace(window.location.hash, '') : '/') + 'public/img/covers/unknown-album.png',
appTitle: 'Koel'
}