mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
fix: 博客默认 logo
This commit is contained in:
parent
f0952ff3bf
commit
edf181a036
@ -97,7 +97,7 @@ const logo = () => {
|
||||
if (userStore.userParams.WEB_LOGO_URL && isNotBlank(userStore.userParams.WEB_LOGO_URL)) {
|
||||
return userStore.userParams.WEB_LOGO_URL
|
||||
}
|
||||
return '/blog-logo.png'
|
||||
return 'blog-logo.png'
|
||||
}
|
||||
|
||||
const links = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user