Skip to content

Commit

Permalink
Add note to docs for i18n and next export (vercel#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](vercel#17078)

x-ref: vercel#18318
  • Loading branch information
ijjk authored and kamermans committed Dec 14, 2020
1 parent 47a640b commit 8778aff
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 8778aff

Please sign in to comment.