Skip to content

Commit

Permalink
fix: update link to SEO metadata generation logic (#352)
Browse files Browse the repository at this point in the history
* update link href that causes a 404

* Update seo.md
  • Loading branch information
noureddinenoureddine authored and paulgv committed Jul 8, 2019
1 parent 4b6576e commit 10a5ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/seo.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
}
```

To override SEO metadata for any page, simply declare your own `head ()` method. Have a look at [src/plugins/seo.js](/src/plugins/seo.js) if you want to copy some of **nuxt-i18n**'s logic.
To override SEO metadata for any page, simply declare your own `head ()` method. Have a look at [src/templates/seo-head.js](https://github.com/nuxt-community/nuxt-i18n/blob/master/src/templates/seo-head.js) if you want to copy some of **nuxt-i18n**'s logic.

## Improving performance

Expand Down

0 comments on commit 10a5ff2

Please sign in to comment.