Skip to content

Commit

Permalink
fix: context docs
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien committed Aug 3, 2020
1 parent f65c511 commit b103377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion content/en/guides/concepts/context-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function (context) { // Could be asyncData, nuxtServerInit, ...
isDev,
isHMR,
redirect,
error
error,
$config
} = context

// Only available on the Server-side
Expand Down
4 changes: 2 additions & 2 deletions content/en/guides/features/meta-tags-seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can also pass each resource an optional `body: true` to include the resour

</base-alert>

## Global Settings
### Global Settings

```js{}[nuxt.config.js]
export default {
Expand All @@ -174,7 +174,7 @@ export default {
}
```

## Local Settings
### Local Settings

```html{}[pages/index.vue]
<template>
Expand Down

0 comments on commit b103377

Please sign in to comment.