Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

글 내의 썸네일 변경시 파일 이름에 따른 문제 #2

Closed
seobaeksol opened this issue Aug 9, 2018 · 0 comments
Closed

Comments

@seobaeksol
Copy link

seobaeksol commented Aug 9, 2018

처음에는 파일 크기나 사이즈 문제인가 싶어 코드를 찬찬히 보았습니다.
해당 문제는 아닌거 같고 보니

WriteActions.setThumbnail(`https://images.velog.io/${this.props.imagePath}`);

  if (!this.props.imagePath) return;
  WriteActions.setThumbnail(`https://images.velog.io/${this.props.imagePath}`);

파일이름을 그대로 쓰는거 같아 혹시나 해서 테스트 해보았습니다.

파일명 : photo (1).jpg
해당 파일은 업로드는 되나 실제 반영이 안됩니다.
파일명 : photo_1.jpg
해당 파일은 업로드 및 반영 잘 됩니다.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant