Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔥 Related Issues
✅ 작업 내용
Vite SVG 세팅을 진행했어요.
사용 방법은 다음과 같아요.
만약 아이콘 SVG 파일이라면
assets/icons
폴더에 위치시키고, 이미지 SVG 파일이라면assets/imgs
폴더에 위치시키면 돼요.그 다음으로
assets/index.ts
에서 다음과 같이 추가한 asset을 import & export 해주면 돼요.주의해야 할 점은 SVG 파일을 React 컴포넌트로 사용하기 위해 import 해올 때 다음과 같이 경로 끝에
?react
를 반드시 붙여줘야 해요.사용하는 방법이 헷갈릴 수 있어 예시로 Home 페이지에 샘플 토끼 SVG를 넣어뒀어요🐰
다음과 같이 SVG를 React 컴포넌트처럼 import해서 사용할 수 있어요.