Minified CSS in web/min/ referenced ../images/png/bubble.png which
resolved to a non-existent web/images/png/ directory, causing 404.
Fixed to ../azea/assets/images/png/bubble.png where the file actually exists.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
position: absolute;
width: 100px;
height: 100px;
- background-image: url(../images/png/bubble.png);
+ background-image: url(../azea/assets/images/png/bubble.png);
background-position: center;
background-size: cover;
}
position: absolute;
width: 100px;
height: 100px;
- background-image: url(../images/png/bubble.png);
+ background-image: url(../azea/assets/images/png/bubble.png);
background-position: center;
background-size: cover;
}