Skip to content

Commit 64be7b0

Browse files
committed
Linking to more examples in the Next.js guide
1 parent 925c463 commit 64be7b0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
746 KB
Loading
807 KB
Loading

docs/snippets/vercel-docs-cards.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Learn more about Vercel and Trigger.dev
1+
## Learn more about Next.js and Trigger.dev
22

33
### Walk-through guides from development to deployment
44

@@ -19,6 +19,20 @@
1919
### Task examples
2020

2121
<CardGroup cols={2}>
22+
<Card
23+
title="Fal.ai with Realtime in Next.js"
24+
img="/images/fal-realtime-thumbnail.png"
25+
href="/guides/examples/fal-ai-realtime"
26+
>
27+
Generate an image from a prompt using Fal.ai and Trigger.dev Realtime.
28+
</Card>
29+
<Card
30+
title="Generate a cartoon using Fal.ai in Next.js"
31+
img="/images/fal-generate-cartoon-thumbnail.png"
32+
href="/guides/examples/fal-ai-image-to-cartoon"
33+
>
34+
Convert an image to a cartoon using Fal.ai.
35+
</Card>
2236
<Card
2337
title="Vercel sync environment variables"
2438
icon="code"

0 commit comments

Comments
 (0)