feat: replace go-flink with Poimen Memory + Poimen Workflow project cards
Build & Push Portfolio Image / build-push (push) Successful in 3m29s
Build & Push Portfolio Image / build-push (push) Successful in 3m29s
This commit is contained in:
+7
-3
@@ -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' : '#',
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user