CSS variables/images not displaying (renamed theme)

I just upgraded to Lima with Sage10 and Iā€™m migrating all of my sites.

The images in my variables.scss are not displaying the correct url. I renamed my theme to sagist.

variables.scss has the following:
$icon-telephone: url('~@images../../images/telephone.svg');

This is pointing to:
/app/themes/**sage**/public/images/telephone.b24f5c.svg

It should be pointing to /app/themes/**sagist**/public/images/telephone.b24f5c.svg


The images in my header.blade.php are displaying the correct urls:

<img class="cover" src="@asset('images/logo.jpeg')">

http://example.test/app/themes/**sagist**/public/images/logo.67c49b.jpeg

How do I fix this? Thank you.

I figured it out. I needed to update the url path in my bud.config.js to the following:

/**

1 Like