Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

fix: next 10.0.6 changed prerender-manifest for i18n #163

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

lindsaylevine
Copy link
Contributor

Fixes netlify/next-runtime#75
Somewhat addresses #122

for some reason, next 10.0.6 changed the prerender-manifest for i18n-configured projects, appending the static routes with the necessary locales (which were previously missing). the dataRoutes for these static routes are still missing locales so we still have to keep that manual logic.

@lindsaylevine lindsaylevine added the type: bug code to address defects in shipped code label Feb 1, 2021
@lindsaylevine lindsaylevine merged commit 2ae9f7d into main Feb 2, 2021
@lindsaylevine lindsaylevine deleted the ll/i18n-index-bugs branch February 2, 2021 17:08
lindsaylevine added a commit that referenced this pull request Feb 2, 2021
- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](#163))
- Chore: support node 15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds error when using next's i18n due to lack of serverless/pages/index.html file
2 participants