From b219c526150ceb1e85b97a170c8a4c1ba45e9429 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:04:11 -0600 Subject: [PATCH] fix: correct og image path --- .../posts/why-agentic-ai-wont-replace-engineers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blog/wwwroot/posts/why-agentic-ai-wont-replace-engineers/index.md b/src/Blog/wwwroot/posts/why-agentic-ai-wont-replace-engineers/index.md index 78d32e4..ced7e24 100644 --- a/src/Blog/wwwroot/posts/why-agentic-ai-wont-replace-engineers/index.md +++ b/src/Blog/wwwroot/posts/why-agentic-ai-wont-replace-engineers/index.md @@ -4,7 +4,7 @@ "lead": "My thoughts on the rise of agentic AI and why I believe it won't be replacing engineers due to fundamental issues with the math, economics, and liability of such systems.", "isPublished": true, "publishedAt": "2026-01-13", - "openGraphImage": "posts/why-ai-wont-replace-engineers/og-image.png" + "openGraphImage": "posts/why-agentic-ai-wont-replace-engineers/og-image.png" } ```