Skip to content

Commit 8594733

Browse files
committed
Show toast on homepage for v0.1.6 blog post
1 parent 8bb039d commit 8594733

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/index.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ interface Announcement {
3737
href: string;
3838
}
3939
40-
const announcement = null satisfies Announcement | null as Announcement | null;
40+
const announcement = {
41+
message: "Brioche v0.1.6: Now for ARM64!",
42+
href: "/blog/brioche-v0-1-6",
43+
} satisfies Announcement | null as Announcement | null;
4144
---
4245

4346
<BaseLayout>

0 commit comments

Comments
 (0)