feat: implement real-time SEO character counters and improve default avatar handling and translation logic.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ class Blog extends Model
|
||||
if ($this->author && $this->author->avatar) {
|
||||
return asset('storage/' . $this->author->avatar);
|
||||
}
|
||||
return asset('assets/img/avatars/u5.webp');
|
||||
return asset('assets/img/avatars/avatar-default.svg');
|
||||
}
|
||||
|
||||
public function getFeaturedImageUrlAttribute()
|
||||
|
||||
Reference in New Issue
Block a user