Skip to content

Commit

Permalink
Update Next.js custom app documentation link (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
PezeM committed Jun 18, 2021
1 parent 9d9c91d commit 0ee83ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Some tools may report this an error. See [Issue #14](https://github.com/garmeeh/

`NextSeo` enables you to set some default SEO properties that will appear on all pages without needing to do include anything on them. You can also override these on a page by page basis if needed.

To achieve this, you will need to create a custom `<App>`. In your pages directory create a new file, `_app.js`. See the Next.js docs [here](https://github.com/zeit/next.js/#custom-app) for more info on a custom `<App>`.
To achieve this, you will need to create a custom `<App>`. In your pages directory create a new file, `_app.js`. See the Next.js docs [here](https://nextjs.org/docs/advanced-features/custom-app) for more info on a custom `<App>`.

Within this file you will need to import `DefaultSeo` from `next-seo` and pass it props.

Expand Down

0 comments on commit 0ee83ac

Please sign in to comment.