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

Fix CRA 4 css file public directory access issue #62

Merged
merged 1 commit into from
Jan 30, 2022
Merged

Fix CRA 4 css file public directory access issue #62

merged 1 commit into from
Jan 30, 2022

Conversation

hee-suh
Copy link
Member

@hee-suh hee-suh commented Jan 28, 2022

  • Images를 public으로 옮겨서 관리하려고 했는데, CRA 4부터 관련해서 발생한 이슈 해결
    • 문제 : css 파일 내에서 public 에 접근이 안됨
    • 해결 : 원래대로 Images를 src에서 관리...

</div>
</div>
<div className={style.spacer}></div>
<div className={style.sticker} onClick={openBoardModal}>
<div className={style.bedgewrapper}>
<img src="Images/sookmyung-symbol.png" alt="bedge" className={style.bedge + ' ' + style.image}/>
<img src={badge} alt="badge" className={style.bedge + ' ' + style.image}/>
</div>
<div className={style.postit}>방명록 →</div>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앗 다시 코드가 롤백되었군.. CRA 분발해..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bedge -> badge 오타 수정 감사합니다 (〃⌒▽⌒〃)ゝ

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hee-suh hee-suh merged commit 198bc90 into main Jan 30, 2022
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

Successfully merging this pull request may close these issues.

2 participants