Skip to content

Commit 8788ce7

Browse files
committed
fixup! fix rendering
1 parent 64de332 commit 8788ce7

File tree

1 file changed

+4
-4
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+4
-4
lines changed

src/content/docs/workers/framework-guides/web-apps/nextjs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ You can convert an existing Next.js application to run on Cloudflare
165165
<Details header="Usage">
166166
- `preview`: Builds your app and serves it locally, allowing you to
167167
quickly preview your app running locally in the Workers runtime, via a
168-
single command.
169-
- `deploy`: Builds your app, and then deploys it to
170-
Cloudflare
171-
- `cf-typegen`: Generates a `cloudflare-env.d.ts` file at the
168+
single command.
169+
- `deploy`: Builds your app, and then deploys it to
170+
Cloudflare
171+
- `cf-typegen`: Generates a `cloudflare-env.d.ts` file at the
172172
root of your project containing the types for the env.
173173
</Details>
174174

0 commit comments

Comments
 (0)