We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec08781 commit 27b5544Copy full SHA for 27b5544
1 file changed
apps/web/src/data/blogs.ts
@@ -13,6 +13,18 @@ export interface BlogPost {
13
}
14
15
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
28
{
29
date: "24-08-25",
30
linkText: "how to build an online presence?",
0 commit comments