mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Fix wrong config path
This commit is contained in:
parent
3049804811
commit
59a59deb40
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
unknownCover: (typeof window !== 'undefined' ? window.location.href : '/') + 'public/img/covers/unknown-album.png',
|
||||
unknownCover: (typeof window !== 'undefined' ? window.location.href.replace(window.location.hash, '') : '/') + 'public/img/covers/unknown-album.png',
|
||||
appTitle: 'Koel'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue