Skip to content

Commit

Permalink
docs: file title
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Apr 5, 2024
1 parent a8088e9 commit e9450fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/miscellaneous/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ npm i @junobuild/nextjs-plugin -D

### Usage

```javascript
```javascript title="next.config.mjs"
import {withJuno} from '@junobuild/nextjs-plugin';

export default withJuno();
```

The plugin sets the build output to `export` by default. You can override the option or provide additional options as follows:

```javascript
```javascript title="next.config.mjs"
import {withJuno} from '@junobuild/nextjs-plugin';

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit e9450fc

Please sign in to comment.