mirror of
https://github.com/koel/koel
synced 2024-12-22 02:23:14 +00:00
4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
export default {
|
|
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
|
|
appTitle: 'Koel',
|
|
};
|