update pay function
This commit is contained in:
21
boilerplate-chakra-pro-main/next.config.js
Normal file
21
boilerplate-chakra-pro-main/next.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
const nextConfig = {
|
||||
reactStrictMode: false, // changed this to false
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'lh3.googleusercontent.com',
|
||||
port: '',
|
||||
pathname: '/a/**'
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: '*.googleusercontent.com',
|
||||
port: '',
|
||||
pathname: '**'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user