Linking to more examples in the Next.js guide

This commit is contained in:
James Ritchie
2024-11-14 10:04:48 +00:00
parent 925c463fe5
commit 64be7b04e8
3 changed files with 15 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 746 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 KiB

+15 -1
View File
@@ -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"