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 2121
2222### Task examples with code you can copy and paste
2323
24- <CardGroup title = " t " cols = { 2 } >
24+ <CardGroup cols = { 2 } >
2525 <Card
2626 title = " Supabase database operations"
2727 icon = " bolt"
28- href = " /guides/frameworks /supabase-edge-functions- database-webhooks "
28+ href = " /guides/examples /supabase-database-operations "
2929 >
3030 Run basic CRUD operations on a table in a Supabase database using Trigger.dev.
3131 </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" >
3733 Download a video from a URL and upload it to Supabase Storage using S3.
3834 </Card >
3935</CardGroup >
You can’t perform that action at this time.
0 commit comments