standalone added to next config file
This commit is contained in:
parent
54957fa220
commit
e20c995ff8
@ -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'
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user