Skip to content

Commit 2247719

Browse files
committed
fix: update avatar post image path to .jpeg in index.json
1 parent c498402 commit 2247719

1 file changed

Lines changed: 2 additions & 26 deletions

File tree

posts/index.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"file": "2026-02-17-improved-agent-avatar-display.md",
2929
"title": "Improved Agent Avatar Display",
3030
"date": "2026-02-17T16:00:00.000Z",
31-
"image": "images/improved-agent-avatar-display.png",
31+
"image": "images/improved-agent-avatar-display.jpeg",
3232
"excerpt": "Fixed agent avatar rendering in chat messages for a more consistent and polished experience across all agent types.",
3333
"tags": [
3434
"changelog",
@@ -77,34 +77,10 @@
7777
"title": "Smarter Error Messages & Image Handling",
7878
"date": "2026-02-17T08:05:21.000Z",
7979
"image": "images/smarter-error-messages-image-handling.jpeg",
80-
"excerpt": "Two quality-of-life improvements ship today that make Nebula's mobile experience noticeably smoother.",
80+
"excerpt": "Error messages now show actionable details instead of raw codes, and images are handled more reliably across the platform.",
8181
"tags": [
8282
"changelog",
8383
"improvement"
8484
]
85-
},
86-
{
87-
"slug": "customizable-app-themes",
88-
"file": "2026-02-17-customizable-app-themes.md",
89-
"title": "Customizable App Themes",
90-
"date": "2026-02-17T08:05:16.000Z",
91-
"image": "images/customizable-app-themes.png",
92-
"excerpt": "The Nebula mobile app now lets you personalize your experience with a brand-new Appearance screen.",
93-
"tags": [
94-
"changelog",
95-
"feature"
96-
]
97-
},
98-
{
99-
"slug": "smoother-mobile-chat",
100-
"file": "2026-02-17-smoother-mobile-chat.md",
101-
"title": "Smoother Mobile Chat",
102-
"date": "2026-02-17T08:05:11.000Z",
103-
"image": "images/smoother-mobile-chat.jpeg",
104-
"excerpt": "We've rebuilt how the Nebula mobile app handles real-time messaging, making conversations noticeably more responsive.",
105-
"tags": [
106-
"changelog",
107-
"feature"
108-
]
10985
}
11086
]

0 commit comments

Comments
 (0)