Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- vercel
- 구글 로그인
- CORS
- 내일배움캠프
- domain
- nextjs
- 프로젝트 셋팅
- deep dive
- 셋팅
- 리터럴
- js
- 초기셋팅
- useRouter
- React
- array정적메서드
- 코딩테스트
- 모던 자바스크립트
- 코테
- 오블완
- 티스토리챌린지
- vscode
- git
- 프로그래머스
- 모던자바스크립트
- 자주 까먹는
- 코드카타
- Next
- 소셜 로그인
- error
- 스파르타코딩클럽
- Today
- Total
목록2024/06/28 (2)
파피루스
[next] image tag
사용 예시import Image from 'next/image' export default function Page() { return ( ) } props이름isRequiredtypeexamplesrcOstringsrc="/profile.png"widthOinteger (px) heightOinteger (px) altOstring loader functionloader={imageLoader}fill booleanfill={true}sizes stringsizes="(max-width: 700px" 100vw, 33vw"quality integerquality={80}priority booleanpriority={true}placeholder stringplaceholder="blur"styl..
Today I Learned
2024. 6. 28. 16:44