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/frameworks/framework-guides/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
@@ -56,7 +56,7 @@ Next supports Partial Prerendering to combine static and dynamic components in t
56
56
57
57
<PackageManagerstype="run"args="dev" />
58
58
59
-
3.**Test your site with the Cloudflare adapter.**
59
+
3.**Test and preview your site with the Cloudflare adapter.**
60
60
61
61
The command used in the previous step uses the Next.js development server to offer a great developer experience.
62
62
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