Skip to content

Commit ee9a13a

Browse files
authored
docs: fix incorrect heading structure in codemods (#57605)
Fixes #57593
1 parent 86d3043 commit ee9a13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/02-app/01-building-your-application/09-upgrading/01-codemods.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Replacing `<transform>` and `<path>` with appropriate values.
2828

2929
#### Migrate `ImageResponse` imports
3030

31-
#### `next-og-import`
31+
##### `next-og-import`
3232

3333
```bash filename="Terminal"
3434
npx @next/codemod@latest next-og-import .
@@ -50,7 +50,7 @@ import { ImageResponse } from 'next/og'
5050

5151
#### Use `viewport` export
5252

53-
#### `metadata-to-viewport-export`
53+
##### `metadata-to-viewport-export`
5454

5555
```bash filename="Terminal"
5656
npx @next/codemod@latest metadata-to-viewport-export .

0 commit comments

Comments
 (0)