Skip to content

Commit e993ecc

Browse files
xieyuschenvicb
andauthored
fix indent issue in nextjs docs (#24807)
Co-authored-by: Victor Berchet <[email protected]>
1 parent 058ba67 commit e993ecc

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +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. - `deploy`: Builds your app, and then deploys it to
169-
Cloudflare - `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
170172
root of your project containing the types for the env.
171173
</Details>
172174

0 commit comments

Comments
 (0)