diff --git a/next-i18next.config.js b/next-i18next.config.js index 3ffc8de..f6b4cef 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -7,7 +7,7 @@ module.exports = { }, ns: ['common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog', 'footer', 'ourMission', 'racialJustice', 'services', 'ourStory', 'aboutService', 'aboutMission', 'aboutRacial', 'aboutDonor', 'ourApproach', 'contact'], defaultNS: 'common', - // localePath: './public/locales', + localePath: './public/locales', }; // aakash - 'ourMission', 'racialJustice', 'services' diff --git a/next.config.js b/next.config.js index 3ac652c..0008610 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ const nextConfig = { unoptimized: true // ✅ disables server-side image optimization }, i18n, + output: 'standalone', }; module.exports = nextConfig;