You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n block in next.config.js is dead code — next.config.js:57-61
This is a Pages Router feature. App Router ignores it and logs a build warning. Remove the entire i18n block.
translationKey on menu items is never used — src/constants.ts, src/app/layout.tsx
Menu items define translationKey but MenuItem component never reads it. Remove the property from all menu item objects and the type.
LangContext created but never provided or consumed — src/context/lang.ts
Delete this file. No component uses it.
Problems
i18nblock in next.config.js is dead code —next.config.js:57-61This is a Pages Router feature. App Router ignores it and logs a build warning. Remove the entire
i18nblock.translationKeyon menu items is never used —src/constants.ts,src/app/layout.tsxMenu items define
translationKeybutMenuItemcomponent never reads it. Remove the property from all menu item objects and the type.LangContextcreated but never provided or consumed —src/context/lang.tsDelete this file. No component uses it.