Skip to content

Commit

Permalink
Update app directory documentation (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebHex committed Nov 3, 2022
1 parent 815e636 commit 0bb10e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion APP_DIRECTORY.md
@@ -1,5 +1,8 @@
# Next.js App Directory Support

> ⚠ Warning: Currently, the Head export does not re-render on client-side transitions, only on initial render. Read more [here](https://beta.nextjs.org/docs/api-reference/file-conventions/head#:~:text=Warning%3A%20Currently%2C%20the%20Head%20export%20does%20not%20re%2Drender%20on%20client%2Dside%20transitions%2C%20only%20on%20initial%20render.
)

With the introduction of the app directory there have been a lot of changes to how the `<head>` is now handled internally by Next.js.
As a result of this, how we use `NextSeo` in our apps will also change.

Expand Down Expand Up @@ -445,4 +448,4 @@ Hopefully this gets you up and running with the new app directory.

If you have any feedback be sure to let me know over [here](https://github.com/garmeeh/next-seo/discussions/1073)

The examples above can be found the example app in this repo [here](https://github.com/garmeeh/next-seo/e2eWithApp)
The examples above can be found the example app in this repo [here](https://github.com/garmeeh/next-seo/tree/master/e2eWithApp)

0 comments on commit 0bb10e9

Please sign in to comment.