Skip to content

Commit

Permalink
docs: Add note to README about next/head (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachinman committed Apr 30, 2019
1 parent 1d0f50d commit eefe004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ _This table contains options which are specific to next-i18next. All other [i18n
- [`next export` will result in a _client-side only_ React application.](https://github.com/isaachinman/next-i18next/issues/10)
- [We cannot support koa until a 1:1 replacement for `i18next-express-middleware` exists](https://github.com/isaachinman/next-i18next/issues/9).
- [To add a `lang` attribute to your top-level html DOM node, you must create a `_document.js` file.](https://github.com/isaachinman/next-i18next/issues/20#issuecomment-443461652)
- [Localising `next/head` requires special consideration due to NextJs internals](https://github.com/isaachinman/next-i18next/issues/251#issuecomment-479421852).

## Contributors

Expand Down

0 comments on commit eefe004

Please sign in to comment.