Skip to content

Commit b6b59f1

Browse files
committed
Show code asset in final build
1 parent e0c3009 commit b6b59f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/ChatView/ChatView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ print(f"Rendered {steps:,} steps, max velocity: {velocity.max():.1f}")`,
882882
title: "Lorenz Attractor",
883883
role: "output",
884884
mimeType: "image/png",
885-
data: { src: "/story-assets/lorenz.png" },
885+
data: { src: "story-assets/lorenz.png" },
886886
};
887887

888888
const stdoutArtifact: Artifact = {

0 commit comments

Comments
 (0)