From a81117972d39df35574bbab809bb590abc874761 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 14 Jun 2025 19:25:16 +0000 Subject: feat: implement Open Graph image generation and enhance configuration - Added ogImages integration to generate Open Graph images for blog posts. - Updated configuration to include Open Graph settings and default preview image. - Refactored Head component to utilize new preview property for Open Graph meta tags. - Enhanced blog post schema to include preview image for structured data representation. - Introduced utility functions for creating Open Graph images with dynamic content. --- public/images/preview/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/images/preview/.gitignore (limited to 'public/images') diff --git a/public/images/preview/.gitignore b/public/images/preview/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/public/images/preview/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file -- cgit v1.2.3