Added a link to a Next.js example in the docs

This commit is contained in:
James Ritchie
2024-08-21 15:58:10 +01:00
parent a724a6fa01
commit e5895424db
+1 -1
View File
@@ -39,7 +39,7 @@ For more information on authenticating with Trigger.dev, see the [API keys page]
## Triggering your task in Next.js
Here are the steps to trigger your task in the Next.js App and Pages router and Server Actions.
Here are the steps to trigger your task in the Next.js App and Pages router and Server Actions. Alternatively, check out this repo for a [full working example](https://github.com/triggerdotdev/example-projects/tree/main/nextjs/server-actions/my-app) of a Next.js app with a Trigger.dev task triggered using a Server Action.
<Tabs>