jsmasterypro-nft-marketplace
/
next.config.js
next.config.js
Raw
module
.
exports
=
{
reactStrictMode
:
true
,
images
:
{
domains
:
[
'ipfs.infura.io'
]
,
}
,
}
;