You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding experimental: { assets: true } to astro.config.mjs works for me.
The Starlight integration is actually setting this value but it's not working properly at the moment and can indeed be workaround with your suggestion.
Yes this is caused by a bug in Astro v2.9.2 and will be fixed when that PR is released in v2.9.4 — will be released when this PR is merged: withastro/astro#7813
Thanks for helping out @HiDeoo. Will close this issue as we can't fix it on Starlight's end.
What version of
starlight
are you using?0.5.6
What version of
astro
are you using?2.9.3
What package manager are you using?
npm
What operating system are you using?
Linux
What browser are you using?
Chrome
Describe the Bug
Issue:
npm create astro@latest -- --template starlight
.houston.webp
image on the first page is not displayed (HTTP 404).Possible Solution:
experimental: { assets: true }
toastro.config.mjs
works for me.I am surprised that it is not included in the Starlight documentation's
docs/astro.config.mjs
though.Link to Minimal Reproducible Example
No response
Participation
The text was updated successfully, but these errors were encountered: