mirror of
https://github.com/koel/koel
synced 2025-01-04 16:58:49 +00:00
4 lines
156 B
JavaScript
4 lines
156 B
JavaScript
export default {
|
|
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
|
|
appTitle: 'Koel'
|
|
}
|