I recently became involved in a NFT project (ERC721) that has been going on for quite a while. Going on means the nfts are all minted and we're working on the next parts of our roadmap.
I discovered all metadata and images are currently being hosted on a HTTPS domain. We would like to move them to IPFS, but for that we of course also need to change the NFTs, since they all look at the HTTPS at the moment.
I must admit I'm not that experienced with this kind of action. Is it as simple as changing the baseURI in the contract? How can one change the origin of an already minted NFT's metadata and image?
Thanks in advance for any helpful answers.