Is it possible to create individual ipfs tokenURIs without having to use _setTokenURI for each one of them?
For example, can I do something like: https://ipfs.io/ipfs/<my_project_hash>/<token_Id>
So that I can use https://ipfs.io/ipfs/<my_project_hash> as my baseURI?
EDIT: btw, I’m using pinata-sdk for pinning the files, if that helps.