Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bytecurl
Copy link

@bytecurl bytecurl commented Apr 12, 2022

  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)

bytecurl and others added 4 commits April 12, 2022 14:47
Yarn throws error on build locally that the <img> tags in /pages/*.js files have to be replaced with <image> tags. This fixes this error. Yet this was no issue when running the repo in GitPod. Reference link: https://nextjs.org/docs/messages/no-img-element
Add OS specific local files that should not be included in a git repository - .DS_Store (macOS) and Thumbs.db (Windows)
@bytecurl bytecurl changed the title Replace <img> with <image> tags Replace <img> with <image> tags / Update .gitignore Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant