diff --git a/app/bookmarks/bookmarks.ts b/app/bookmarks/bookmarks.ts index 97dafd26..5a6f3b30 100644 --- a/app/bookmarks/bookmarks.ts +++ b/app/bookmarks/bookmarks.ts @@ -12,6 +12,12 @@ export type Bookmark = { export type Bookmarks = Array; export const BOOKMARKS: Bookmarks = [ + { + id: "be62f438-3ef8-475e-b60d-df31e6a47845", + date: "2026-07-10", + title: "Rewriting Bun in Rust", + url: "https://bun.com/blog/bun-in-rust", + }, { id: "6a40ab95-a38c-4cec-872d-2f900c6194a2", date: "2026-07-08",