Skip to content

Commit 046f932

Browse files
Update src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 2207612 commit 046f932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Some frameworks like Next.js, Astro with on demand rendering, and others have sp
1717

1818
## Find your build command and build directory
1919

20-
To move your application to Cloudflare Workers, you will need to know your build command and build directory. Cloudflare Workers will use this information to build and deploy your application. We'll cover how to find these values in the Netlify Dashboard below.
20+
To move your application to Cloudflare Workers, you will need to know your build command and build directory. Cloudflare Workers will use this information to build and deploy your application. We will cover how to find these values in the Netlify Dashboard below.
2121

2222
In your Netlify Dashboard, find the project you want to migrate to Workers. Go to the **Project configuration** menu for your specific project, then go into the **Build & deploy** menu item. You will find a **Build settings** card that includes the **Build command** and **Publish directory** fields. Save these for deploying to Cloudflare Workers. In the below image, the **Build Command** is `npm run build`, and the **Output Directory** is `.next`.
2323

0 commit comments

Comments
 (0)