Skip to content

Commit 64de332

Browse files
authored
fix indent issue in nextjs docs
1 parent 01420d6 commit 64de332

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)