We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9306e5d commit e7fd390Copy full SHA for e7fd390
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: "dc30d799-4487-4b81-ba45-4380aa75895a",
17
+ date: "2026-06-25",
18
+ title: "Stripe: The Age of the Solopreneur",
19
+ url: "https://www.stripeeconomics.com/p/the-age-of-the-solopreneur",
20
+ },
21
{
22
id: "89821970-1b0b-431f-89b1-3164e5676842",
23
date: "2026-06-24",
0 commit comments