게시글
질문&답변
2.8 페이지별 라우팅 설정에 강의 이외 과제를 하다가 막힌 부분이 있어 문의드립니다.
글자 컬러 속성이 검정색이라 배경에 묻힌거 아닐까요?
- 0
- 4
- 134
질문&답변
Build 시 img tage Error 문의
해당 내용 warning이라서 기다리면 빌드가 되지 않으시던가요? ./src/components/book-item.tsx 9:9 Warning: Using `(사진)` could result in slower LCP and higher bandwidth. Consider using `` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 9:9 Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text ./src/pages/book/[id].tsx 31:9 Warning: Using `(사진)` could result in slower LCP and higher bandwidth. Consider using `` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 31:9 Warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text ./src/pages/search/index.tsx 21:6 Warning: React Hook useEffect has a missing dependency: 'fetchSearchResults'. Either include it or remove the dependency array. react-hooks/exhaustive-deps info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules ✓ Linting and checking validity of types Creating an optimized production build ... ✓ Compiled successfully ✓ Collecting page data Generating static pages (0/9) [ ]index page ✓ Generating static pages (9/9) ✓ Collecting build traces ✓ Finalizing page optimization 옵션은 여기서 확인하시면 될거같아요.https://nextjs.org/docs/app/api-reference/config/next-config-js/eslint
- 0
- 3
- 100
질문&답변
영상이 안나오는 것 같아요.
다른 영상도 안나와서 확인해보니 사이드카 문제였네요. 왜 특정 영상들만 사이드카를 잡는지 모르겠습니다.
- 0
- 2
- 94