Linking to more examples in the Next.js guide
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 746 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 807 KiB |
@@ -1,4 +1,4 @@
|
||||
## Learn more about Vercel and Trigger.dev
|
||||
## Learn more about Next.js and Trigger.dev
|
||||
|
||||
### Walk-through guides from development to deployment
|
||||
|
||||
@@ -19,6 +19,20 @@
|
||||
### Task examples
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="Fal.ai with Realtime in Next.js"
|
||||
img="/images/fal-realtime-thumbnail.png"
|
||||
href="/guides/examples/fal-ai-realtime"
|
||||
>
|
||||
Generate an image from a prompt using Fal.ai and Trigger.dev Realtime.
|
||||
</Card>
|
||||
<Card
|
||||
title="Generate a cartoon using Fal.ai in Next.js"
|
||||
img="/images/fal-generate-cartoon-thumbnail.png"
|
||||
href="/guides/examples/fal-ai-image-to-cartoon"
|
||||
>
|
||||
Convert an image to a cartoon using Fal.ai.
|
||||
</Card>
|
||||
<Card
|
||||
title="Vercel sync environment variables"
|
||||
icon="code"
|
||||
|
||||
Reference in New Issue
Block a user