Skip to content

Commit

Permalink
docs: ✏️ Highlight differences
Browse files Browse the repository at this point in the history
  • Loading branch information
dc7290 committed May 20, 2022
1 parent cd7b635 commit d2a76bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit d2a76bd

@vercel
Copy link

@vercel vercel bot commented on d2a76bd May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.