We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I fixed the ipfs-config.sh btw, please replace the: expression with the one below
"HTTPHeaders": { "Access-Control-Allow-Origin": [ "*" ], },
"HTTPHeaders": { "Access-Control-Allow-Origin": [ "*" ] },
there's an extra comma at the end of ],
:))