Skip to content

Commit 27b5544

Browse files
committed
chore: add blogs and improve
1 parent ec08781 commit 27b5544

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

apps/web/src/data/blogs.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ export interface BlogPost {
1313
}
1414

1515
export const blogs: BlogPost[] = [
16+
{
17+
date: "07-12-25",
18+
linkText: "why should you open source ur project?",
19+
link: "https://x.com/ajeetunc/status/1997556803123712428?s=20",
20+
tag: "engineering",
21+
},
22+
{
23+
date: "06-12-25",
24+
linkText: "why opensox ai doesn't do \"follow-ups\"?",
25+
link: "https://x.com/ajeetunc/status/1997309049910730995?s=20",
26+
tag: "startup",
27+
},
1628
{
1729
date: "24-08-25",
1830
linkText: "how to build an online presence?",

0 commit comments

Comments
 (0)