Skip to content

Commit 7fcc63b

Browse files
committed
IMAGE COMPONENT
1 parent ea0c84c commit 7fcc63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/changelog/agents/2025-03-17-npm-i-agents.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ date: 2025-03-17T14:00:00Z
88
---
99

1010
import { Badge, MetaInfo, Render, TypeScriptExample } from "~/components"
11+
import { Image } from 'astro:assets';
1112

12-
![npm i agents](~/assets/images/agents/npm-i-agents.apng)
13+
<Image src="~/assets/images/agents/npm-i-agents.apng" alt="npm i agents" width="1000" height="541" />
1314

1415
#### Multi-Agent applications and RPC <Badge text="New" variant="tip" size="small" />
1516

0 commit comments

Comments
 (0)