We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[에러] 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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[에러]
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)
The text was updated successfully, but these errors were encountered: