diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 4802f424..6c944051 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -46,7 +46,7 @@ module.exports = withPlugins( 2. Change the description of the `scripts` that do the `next export` in `package.json` -``` +```diff { - "export": "next build && next export", + "export": "next build && next export && next-export-optimize-images",