Skip to content

Commit

Permalink
fix(examples): add correct relative path to background-url (#112)
Browse files Browse the repository at this point in the history
Fixes #106
  • Loading branch information
riavalon authored and josephperrott committed Dec 18, 2024
1 parent fc01666 commit e77f920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}

.example-header-image {
background-image: url('assets/img/examples/shiba1.jpg');
background-image: url('../../../assets/img/examples/shiba1.jpg');
background-size: cover;
}

0 comments on commit e77f920

Please sign in to comment.