Skip to content

Commit 0ee83ac

Browse files
authored
Update Next.js custom app documentation link (#772)
1 parent 9d9c91d commit 0ee83ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Some tools may report this an error. See [Issue #14](https://github.com/garmeeh/
173173

174174
`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.
175175

176-
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>`.
176+
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>`.
177177

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

0 commit comments

Comments
 (0)