Skip to content

Commit

Permalink
fix(examples): add correct relative path to background-url (angular#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
riavalon authored and kseamon committed Dec 18, 2024
1 parent 930ea4e commit 37007ad
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 37007ad

Please sign in to comment.