Fixing image url attempt #6

This commit is contained in:
GunaTrika 2021-09-28 18:24:43 +05:30
parent e78c3027f7
commit c5f25906a3
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
},
commerce,
i18n: {
locales: ['en-US', 'es'],
locales: ['en-US'],
defaultLocale: 'en-US',
},
webpack: (config, { isServer }) => {
@ -22,6 +22,3 @@ module.exports = {
return config;
}
};
// Don't delete this console log, useful to see the commerce config in Vercel deployments
console.log('next.config.js', JSON.stringify(module.exports, null, 2))

3
next-env.d.ts vendored
View File

@ -1,2 +1,5 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.