Skip to content
New issue

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

이미지, CSS 404 에러 발생 #37

Open
rlaskawns888 opened this issue Nov 2, 2023 · 0 comments
Open

이미지, CSS 404 에러 발생 #37

rlaskawns888 opened this issue Nov 2, 2023 · 0 comments

Comments

@rlaskawns888
Copy link

[에러]
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)

@rlaskawns888 rlaskawns888 changed the title next.config.js 아래의 코드 추가 이미지, CSS 404 에러 발생 Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant