Skip to content

Commit fcfdace

Browse files
authored
Add Instagram cache-first bookmark (#88)
1 parent b6fb744 commit fcfdace

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/bookmarks/bookmarks.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export type Bookmark = {
1212
export type Bookmarks = Array<Bookmark>;
1313

1414
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+
},
1521
{
1622
id: "ea847d02-da2d-4243-852b-673fb116cac2",
1723
date: "2026-07-24",

0 commit comments

Comments
 (0)