We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d3043 commit ee9a13aCopy full SHA for ee9a13a
docs/02-app/01-building-your-application/09-upgrading/01-codemods.mdx
@@ -28,7 +28,7 @@ Replacing `<transform>` and `<path>` with appropriate values.
28
29
#### Migrate `ImageResponse` imports
30
31
-#### `next-og-import`
+##### `next-og-import`
32
33
```bash filename="Terminal"
34
npx @next/codemod@latest next-og-import .
@@ -50,7 +50,7 @@ import { ImageResponse } from 'next/og'
50
51
#### Use `viewport` export
52
53
-#### `metadata-to-viewport-export`
+##### `metadata-to-viewport-export`
54
55
56
npx @next/codemod@latest metadata-to-viewport-export .
0 commit comments