How to set BaseURI in ERC721 0.8.0

Seriously struggling to set a baseURI, for some reason i can't figure it out, i have a standard set TokenURI function where i set the url manually, but i'd like to use the BaseURI function and then append the token id to that. Is there an easy way to set BASE URI

Hi, welcome! :wave:

Maybe you can have a look at this contract: ERC721URIStorage.sol, it is an ERC721 extension.

Hey thanks for your response mate. How do i install this extension ? cause when i run npm install openzeppelin, i don't see any folder with the extenstions.