scorelab / NFT-Toolbox

A non-fungible token (NFT) is a non-interchangeable unit of data stored on a blockchain, a form of digital ledger, that can be sold and traded. Each NFT has its own unique identity. Design NFT’s along with building a web3 dapp, that can mint NFTs.
Apache License 2.0
24 stars 46 forks source link

Fixed the bug in the intro.md file #35

Open samcms1234 opened 1 year ago

samcms1234 commented 1 year ago

On running the development live server for Documentation:

This error shows up:

ERROR in ./docs/intro.md

Module build failed (from ./node_modules/@docusaurus/mdx-loader/lib/index.js): Error: Image static/workflows.png used in docs/intro.md not found. at getImageAbsolutePath (/home/divyanshu/Desktop/Github/GSOC/NFT-Toolbox/documentation/node_modules/@docusaurus/mdx-loader/lib/remark/transformImage/index.js:71:19) at async processImageNode (/home/divyanshu/Desktop/Github/GSOC/NFT-Toolbox/documentation/node_modules/@docusaurus/mdx-loader/lib/remark/transformImage/index.js:98:23) at async Promise.all (index 0) at async /home/divyanshu/Desktop/Github/GSOC/NFT-Toolbox/documentation/node_modules/@docusaurus/mdx-loader/lib/remark/transformImage/index.js:110:9

The path pointing to the image was not correct, So I fixed it

samcms1234 commented 1 year ago

Please review the PR @mbcse