standalone added to next config file

This commit is contained in:
Alaguraj0361 2025-08-18 23:31:31 +05:30
parent 54957fa220
commit e20c995ff8
2 changed files with 2 additions and 1 deletions

View File

@ -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'], 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', defaultNS: 'common',
// localePath: './public/locales', localePath: './public/locales',
}; };
// aakash - 'ourMission', 'racialJustice', 'services' // aakash - 'ourMission', 'racialJustice', 'services'

View File

@ -6,6 +6,7 @@ const nextConfig = {
unoptimized: true // ✅ disables server-side image optimization unoptimized: true // ✅ disables server-side image optimization
}, },
i18n, i18n,
output: 'standalone',
}; };
module.exports = nextConfig; module.exports = nextConfig;