koel/resources/assets/js/config/index.js

5 lines
162 B
JavaScript
Raw Normal View History

2015-12-13 04:42:28 +00:00
export default {
2016-01-03 11:45:52 +00:00
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
2016-01-06 07:44:32 +00:00
appTitle: 'Koel',
2015-12-13 04:42:28 +00:00
};