Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ module.exports = {
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p", "em"],
},
},
// Locale resources are loaded once when the server is started, which
// is good for production but not ideal for local development. Show
// updates to locale files without having to restart the server:
reloadOnPrerender: process.env.NODE_ENV === "development",
};