2
0
Fork 0
mirror of https://github.com/koel/koel synced 2025-01-05 09:18:51 +00:00
koel/resources/assets/js/config/index.js
2016-01-06 15:44:37 +08:00

4 lines
162 B
JavaScript

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