Skip to content

Commit

Permalink
fix: fix doc example (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien authored Sep 7, 2020
1 parent 53abbb4 commit 62be00d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/en/guides/concepts/server-side-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ export default function (req, res, next) {
```

```js{}[nuxt.config.js]
export default: {
serverMiddleware: [
'~/api/logger'
]
export default {
serverMiddleware: ['~/middleware/api/logger']
}
```

Expand Down

0 comments on commit 62be00d

Please sign in to comment.