Skip to content

Commit e7fd390

Browse files
authored
Add Stripe solopreneur bookmark (#59)
1 parent 9306e5d commit e7fd390

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: "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+
},
1521
{
1622
id: "89821970-1b0b-431f-89b1-3164e5676842",
1723
date: "2026-06-24",

0 commit comments

Comments
 (0)