uyu423/resume-nextjs

이미지, CSS 404 에러 발생

rlaskawns888 opened this issue · 0 comments

[에러]
npm run export 실행 시, docs 폴더 내에 index.html이 생성이되어지는데, 이미지, CSS가 404 에러가 발생함

[해결방법]
https://{--}.github.io/---/ 으로 사용하시는 분들은 아래와 같은 코드를 추가해주세요

next.config.js 파일에 assetPrefix: '.'을 추가해주세요.
정상적으로 화면에 출력됩니다.

[예시]
/_next/static/images/_12345.jpg (x)
./_next/static/images/_12345.jpg (o)