Skip to content

Commit

Permalink
Merge branch 'refactor/#72' of https://github.com/COMAtching/COMAtchi…
Browse files Browse the repository at this point in the history
…ng_FE into refactor/#72
  • Loading branch information
ojspp41 committed Sep 2, 2024
2 parents 1057c76 + 994f722 commit 7f7147c
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 407 deletions.
2 changes: 1 addition & 1 deletion src/pages/Guide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Guide() {
<div className="content">
<img
// className="guide-img"
src={process.env.PUBLIC_URL + `assets/guide.svg`}
src={`${import.meta.env.VITE_PUBLIC_URL}../../assets/guide.svg`}
alt="가이드 이미지1"
style={{
width: "90%",
Expand Down
Loading

0 comments on commit 7f7147c

Please sign in to comment.