Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- react
- 프로그래머스
- 알고리즘
- 구글 메일보내기
- nextjs
- 빈도수세기
- use Client
- swiper
- 메일 보내기 react
- pass인증
- github
- 함수
- next15
- 카카오지도 구현
- 사이트맵
- 카카오맵 api
- Next.js 나이스 본인인증
- web3-react
- CSS
- 다중포인터
- 전체 너비로 css
- Til
- react swiper
- 프론트 본인인증
- nextjs contact us
- JavaScript
- React 나이스 신원인증
- robots.txt
- App Router
- nextjs 메일보내기
Archives
- Today
- Total
목록nextjs 이미지처리 (1)
YEV.log

Using `` could result in slower LCP and higher bandwidth. Use `` from `next/image` instead to utilize Image Optimization. See: https://nextjs.org/docs/messages/no-img-elementeslint@next/next/no-img-element nextjs에서는 react에서 사용하는 것과 동일하게 img 태그로 이미지 처리를 하게 되면 eslint가 경고를 띄웁니다. 를 사용하면 LCP속도가 느려지므로 next.js에서는 를 사용하여 이미지 최적화를 하라는 경고입니다. 위 문구를 무시하고 사용할 수는 있지만 근본적인 해결방법은 아닙니다. 그럼 어떻게 바꿔서 사용하면 될까요? 사용법..
Web/React & Next.js
2023. 2. 16. 01:00