1 parent b6fb744 commit fcfdaceCopy full SHA for fcfdace
1 file changed
app/bookmarks/bookmarks.ts
@@ -12,6 +12,12 @@ export type Bookmark = {
12
export type Bookmarks = Array<Bookmark>;
13
14
export const BOOKMARKS: Bookmarks = [
15
+ {
16
+ id: "a1f5f53d-dfc4-4a9d-a0d7-8b47293f33e0",
17
+ date: "2026-07-25",
18
+ title: "Making Instagram Faster Part 3: Cache First",
19
+ url: "https://instagram-engineering.com/making-instagram-com-faster-part-3-cache-first-6f3f130b9669",
20
+ },
21
{
22
id: "ea847d02-da2d-4243-852b-673fb116cac2",
23
date: "2026-07-24",
0 commit comments