feat: replace go-flink with Poimen Memory + Poimen Workflow project cards
Build & Push Portfolio Image / build-push (push) Successful in 3m29s

This commit is contained in:
Story Crater Bot
2026-09-02 17:48:48 -07:00
parent 0a599ee9b3
commit c33185533b
2 changed files with 33 additions and 17 deletions
+7 -3
View File
@@ -21,10 +21,14 @@ export default function Home() {
? 'project-rbc'
: index === 2
? 'project-aws'
: undefined,
: index === 3
? 'project-poimen-memory'
: index === 4
? 'project-poimen-workflow'
: undefined,
status: index === 1
? 'completed' as const
: index === 3
: index >= 3
? 'building' as const
: 'live' as const,
media: index === 1
@@ -32,7 +36,7 @@ export default function Home() {
: index === 2
? { type: 'video' as const, url: 'https://www.youtube.com/watch?v=wdJ5DN15jus' }
: undefined,
videoUrl: index === 3 ? 'https://github.com/rockliang/go-flink' : '#',
videoUrl: '#',
articleUrl: index === 2 ? 'https://lnkd.in/p/gm2PZkWw' : '#',
}))