#logo doesn't show up in header after build

5 messages · Page 1 of 1 (latest)

viscid nova
#

Hi! I've got a problem with svg logo after building SL project. The file with logo exists in _astro folder, but doesn't shows up in header... what is the problem?
Is there any other way to define logo in header instead on astro.config?

#

So if i try to serve logo from public - build stops with errors (

crude lichen
#

Hi @viscid nova could you share the Starlight config you are using?

#

In general you need to use a path to the image and the image should be in src/ rather than public/ so that it can be imported and used correctly.