Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🖥️ Preview
close #183
✏️ 한 일
❗️ 발생한 이슈 (해결 방안)
Preload 코드 삭제
이미지 preload 한 후 일정 시간 이미지를 로드하지 않으면 warning이 발생하는데, 접속하는 페이지에 따라 사용하는 이미지가 달라지기 때문에 preload를 사용하기 어렵다고 판단해서 코드를 삭제했습니다
prize 이미지 수정
이미지 크기가 너무 커서 이미지를 작게 수정했습니다
section에 Lazy loading 적용
스크롤이 짧지 않은 편이기 때문에 section에 lazy loading을 적용해서 화면에 보이기 직전에 section을 렌더링하도록 수정했습니다
robots.txt 경로 수정
robots.txt가 src 하위에 있는 경우 빌드시에 정적 파일에 포함되지 않기 때문에 public에 넣어줬습니다
❓ 논의가 필요한 사항