Skip to content

Commit

Permalink
fix: image url issue for CRA
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkynrg committed Aug 15, 2024
1 parent b53a791 commit 5e84412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.Layout {
display: flex;
flex-direction: column;
background-image: url('http://127.0.0.1:3000/background-1.jpg');
background-image: url('~/public/background-1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 5e84412

Please sign in to comment.