Add missing dot in codemod command (#57536)

Add missing dot in `next-og-import` codemod command

```
npx @next/codemod@latest next-og-import .
```
This commit is contained in:
Igor Kowalczyk 2023-10-27 00:37:47 +02:00 committed by GitHub
parent e93a35bb26
commit ab831182bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ Replacing `<transform>` and `<path>` with appropriate values.
#### `next-og-import`
```bash filename="Terminal"
npx @next/codemod@latest next-og-import.
npx @next/codemod@latest next-og-import .
```
This codemod moves transforms imports from `next/server` to `next/og` for usage of [Dynamic OG Image Generation](/docs/app/building-your-application/optimizing/metadata#dynamic-image-generation).