Set URL of <a-nft> to a folder uploaded on glitch

Currently, I am using a github link as my url component in <a-nft> to access img.fset, img.fset3 and img.iset files which are the NFT image desciptors. I would like to instead upload these files ina folder on my glitch project itself and access them directly. Any method to achieve this?

You can use wget in the console to download files from a URL into the local project filesystem. Just remember you only have 200MB of space (unless you upgrade to a Boosted plan) in the container.

1 Like