Skip to content

Commit

Permalink
css image error ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtranmer committed Apr 16, 2024
1 parent 3c682f2 commit 6ca6760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
color: #fff;
padding: 0 0 0px 0;
margin: 0;
background-image: url('./img/bg.jpg');
background-image: url('/img/bg.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 6ca6760

Please sign in to comment.