You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/framework-guides/web-apps/nextjs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ You can convert an existing Next.js application to run on Cloudflare
180
180
7.**Test your site with the Cloudflare adapter.**
181
181
182
182
The command used in the previous step uses the Next.js development server to offer a great developer experience.
183
-
However your application will run on Cloudflare Workers so you want to run your integration tests and verify that your application workers correctly in this environment.
183
+
However your application will run on Cloudflare Workers so you want to run your integration tests and verify that your application works correctly in this environment.
0 commit comments