Local assets URL on different pages

Hello, I’d trying to use .svg file as background image from my .scss file. On homepage when link is http://localhost:3000 import works fine for example http://localhost:3000/images/chevron.svg, but on any other page link looks like http://localhost:3000/PAGE_NAME/images/chevron.svg and like You can guess It returns 404.
I have Bud.js 5.7.0 and default config from Sage 10 theme. When I’d trying update Bud to 5.7.6 It returns error after ‘yarn dev’ command.
Error: ✖ TypeError: Cannot read properties of undefined (reading 'protocol')
Any idea how to handle that issue?