From 77732a8aae98cc4e66c80cc6ff0f9c3b2109f0cf Mon Sep 17 00:00:00 2001 From: D-K-P <8297864+D-K-P@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:02:29 +0000 Subject: [PATCH 1/2] Remove deploy button From 929652ba62b394bc3da8c4e9e52bac82460506ea Mon Sep 17 00:00:00 2001 From: D-K-P <8297864+D-K-P@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:43:31 +0000 Subject: [PATCH 2/2] Removed instructions --- trigger-nextjs-hello-world/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trigger-nextjs-hello-world/README.md b/trigger-nextjs-hello-world/README.md index d2e14c1..509e498 100644 --- a/trigger-nextjs-hello-world/README.md +++ b/trigger-nextjs-hello-world/README.md @@ -1,7 +1,5 @@ # Next.js + Trigger.dev Hello World -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/triggerdotdev/trigger-nextjs-hello-world) - A minimal Next.js app that triggers a background task from an API route. Click a button, fire a task, watch it run on [Trigger.dev](https://trigger.dev). The whole thing is ~20 lines of task code in `trigger/hello-world.ts`. @@ -22,10 +20,6 @@ pnpm dev # Next.js on :3000 npx trigger dev # Trigger.dev dev server ``` -## Deploy to Vercel - -Click the deploy button above, then install the [Trigger.dev Vercel integration](https://vercel.com/marketplace/trigger) to automatically sync your environment variables. - ## Learn more about Trigger.dev - [Quick start](https://trigger.dev/docs/quick-start)