Skip to content

Commit 7a9f5b7

Browse files
authored
Merge pull request #413 from kagent-dev/fix-dnb-blog-listing
[fix] blog landing page
2 parents b1c1a35 + 7b9962e commit 7a9f5b7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/app/blog/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ function shortDate(date: string) {
1414
}
1515

1616
const posts = [
17+
{
18+
slug: 'dnb-kagent-agentgateway',
19+
publishDate: '2026-07-13',
20+
title: 'How One Platform Team Scaled AI Adoption with Kagent and Agentgateway',
21+
description: 'Lin spoke with David Karlsen and Ibrahim Umar from DNB about their journey adopting kagent and agentgateway',
22+
authorId: 'linsun',
23+
},
1724
{
1825
slug: 'deploy-kagent-with-agent-substrate',
1926
publishDate: '2026-07-13',

0 commit comments

Comments
 (0)