# Sage + Bud problem loading images

**URL:** https://discourse.roots.io/t/sage-bud-problem-loading-images/23840
**Category:** bud
**Tags:** bud, bedrock, sage10
**Created:** 2022-09-02T15:32:55Z
**Posts:** 13
**Showing post:** 10 of 13

## Post 10 by @Mehk — 2022-09-13T06:12:32Z

This topic gave me some insight as it looks to be about the same issues:

> [@Sage 10 and assets](https://discourse.roots.io/t/sage-10-and-assets/21945/2):
>
> I’m having a similar problem. I’m putting my images on resources/images folder, and trying to use on my CSS as this: .background { background-image: url("../images/background.svg"); } In the same wey that is in the [documentation](https://docs.roots.io/sage/10.x/compiling-assets/#images-in-css). It works after running yarn build, but not while running rand dev, neither on the live preview http://localhost:3000/ nor on http://localhost:3000/, the images doesn’t load, because the browser is trying to load them on a different directory.

I didn’t know it was a requirement to “use” the proxy url when using bud in development, my bad.  
I thought it would just proxy the requests.

---

_[View the full topic](https://discourse.roots.io/t/sage-bud-problem-loading-images/23840)._
