dabit3 / polygon-ethereum-nextjs-marketplace

A full stack digital marketplace running on Ethereum with Polygon & Next.js
MIT License
1.3k stars 878 forks source link

Replace <img> with <image> tags / Update .gitignore #52

Open bytecurl opened 2 years ago

bytecurl commented 2 years ago
  1. Yarn throws errors on build locally that the img tags in /pages/*.js files have to be replaced with image tags. This update fixes those errors. Yet this was no issue when running the repo in GitPod. Reference link: https://nextjs.org/docs/messages/no-img-element
  2. Adding OS specific local files that should not be included in a git repository -> .DS_Store (macOS) and Thumbs.db (Windows)