From 77e1b9b6be9398abe96f4d61d9c662c037858172 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 19 Feb 2026 21:41:15 +0000
Subject: [PATCH 1/2] Initial plan
From ba0101a9ca7e8eb9fd9eceabdc9384021cae6f78 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Thu, 19 Feb 2026 21:43:13 +0000
Subject: [PATCH 2/2] Fix optional chaining for prev.images and next.images in
PostSimple.js
Co-authored-by: qmauvnt <10303945+qmauvnt@users.noreply.github.com>
---
layouts/PostSimple.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/PostSimple.js b/layouts/PostSimple.js
index e1bd874..11f5dfb 100644
--- a/layouts/PostSimple.js
+++ b/layouts/PostSimple.js
@@ -56,14 +56,14 @@ export default function PostLayout({ frontMatter, next, prev, children }) {
{prev && (
)}
{next && (
)}