I'm encountering an issue while trying to insert my picture - I keep receiving a 404 error even though I believe my path is correct. Here are my files:
- main-menu
- phone.png
- _menu.scss
Within my _menu.scss file, the following code is present:
.phone {
background-image: url(phone.png);
}
The class name is .phone and I am working with Drupal and Twig.
Thank you for your assistance, and apologies for any language barriers in my message.