File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 21
21
22
22
### Task examples with code you can copy and paste
23
23
24
- <CardGroup title = " t " cols = { 2 } >
24
+ <CardGroup cols = { 2 } >
25
25
<Card
26
26
title = " Supabase database operations"
27
27
icon = " bolt"
28
- href = " /guides/frameworks /supabase-edge-functions- database-webhooks "
28
+ href = " /guides/examples /supabase-database-operations "
29
29
>
30
30
Run basic CRUD operations on a table in a Supabase database using Trigger.dev.
31
31
</Card >
32
- <Card
33
- title = " Supabase Storage upload"
34
- icon = " bolt"
35
- href = " /guides/frameworks/supabase-edge-functions-basic"
36
- >
32
+ <Card title = " Supabase Storage upload" icon = " bolt" href = " /guides/examples/supabase-storage-upload" >
37
33
Download a video from a URL and upload it to Supabase Storage using S3.
38
34
</Card >
39
35
</CardGroup >
You can’t perform that action at this time.
0 commit comments