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/electron-reload.md | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content/blog/electron-reload.md') diff --git a/src/content/blog/electron-reload.md b/src/content/blog/electron-reload.md index 804f673..cef7258 100644 --- a/src/content/blog/electron-reload.md +++ b/src/content/blog/electron-reload.md @@ -3,7 +3,6 @@ title: "Горячая перезагрузка ElectronJS приложения" description: "Руководство по автоматической перезагрузке приложений на Electron с помощью пакетов electron-reload и electron-webpack. Обход проблем с совместимостью и использование HMR для renderer процесса." datePublished: "2019-08-15" dateModified: "2019-08-15" -author: "Valentin Popov" lang: "ru" --- -- cgit v1.2.3