From cc0799962df8342d8e49574ec549f052c6aba089 Mon Sep 17 00:00:00 2001 From: Peter Jausovec Date: Thu, 30 Oct 2025 08:00:35 +0100 Subject: [PATCH] fix date Signed-off-by: Peter Jausovec --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 2fb702d..7f46fe9 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,7 +23,7 @@ const posts = [ }, { slug: "crewai-byo-agent", - publishDate: "2025-10-14", + publishDate: "2025-10-30", title: "From CrewAI to KAgent: Deploying Your Custom AI Agents", description: "Learn how to take your existing CrewAI agents and deploy them as Bring-Your-Own (BYO) agents in KAgent.",