From 0473060773a7acb10a6f11e5e22ec13ddf5650ba Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 14 Jun 2025 12:08:48 +0000 Subject: feat: add configuration and default image for blog posts - Introduced a new configuration file to centralize author information and default image settings for blog posts. - Added a default image path in the blog post configuration for improved content presentation. - Updated blog post schema to utilize the new configuration for author details, enhancing structured data representation. --- public/images/photo.png | Bin 0 -> 398571 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/images/photo.png (limited to 'public/images') diff --git a/public/images/photo.png b/public/images/photo.png new file mode 100644 index 0000000..243dd44 Binary files /dev/null and b/public/images/photo.png differ -- cgit v1.2.3