Skip to content

Commit

Permalink
Add note to docs for i18n and next export (#19321)
Browse files Browse the repository at this point in the history
This adds a note about current `i18n` support and `next export` since it is not currently supported as was mentioned in the [initial RFC](#17078)

x-ref: #18318
  • Loading branch information
ijjk authored Nov 19, 2020
1 parent 8193df5 commit 13f8732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/advanced-features/i18n-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,5 @@ export const getStaticPaths = ({ locales }) => {
}
}
```

Note: i18n routing does not currently support [`next export`](https://nextjs.org/docs/advanced-features/i18n-routing) mode as you are no longer leveraging Next.js' server-side routing.

0 comments on commit 13f8732

Please sign in to comment.