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
- 사이트맵
- pass인증
- 카카오맵 api
- App Router
- Til
- Next.js 나이스 본인인증
- React 나이스 신원인증
- 알고리즘
- 다중포인터
- 구글 메일보내기
- next15
- 메일 보내기 react
- CSS
- react
- nextjs 메일보내기
- JavaScript
- github
- 전체 너비로 css
- web3-react
- robots.txt
- 함수
- 빈도수세기
- nextjs contact us
- 프론트 본인인증
- 프로그래머스
- react swiper
- swiper
- 카카오지도 구현
- nextjs
- use Client
Archives
- Today
- Total
목록next/image (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