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. --- src/content/blog/create-lib-file-from-dll.md | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content/blog/create-lib-file-from-dll.md') diff --git a/src/content/blog/create-lib-file-from-dll.md b/src/content/blog/create-lib-file-from-dll.md index 306c9b7..9cdae59 100644 --- a/src/content/blog/create-lib-file-from-dll.md +++ b/src/content/blog/create-lib-file-from-dll.md @@ -4,7 +4,6 @@ title: 'Create ".lib" file from ".dll" (archive)' description: "Learn how to generate a *.lib file from a *.dll with this comprehensive guide. Using the Visual Studio Command Prompt and Microsoft's recommended tools, this article walks you through the steps for a seamless process. Perfect for developers working with 3rd party win dll's." datePublished: "2023-05-04" dateModified: "2023-05-04" -author: "Valentin Popov" lang: "en" --- -- cgit v1.2.3