#Deploy Starlight to Hostinger
6 messages · Page 1 of 1 (latest)
Sounds like the CSS can't be found and the request to the stylesheet gets a 404.
What's the generated path/url to the CSS after build?
Sounds like you need to add base: '/freshdocs', to your Astro config file because you‘re hosting the site on this subpath
Setting the base option to this will ensure that the asset links like CSS also start with this path
Yes this is the solution thank you 👍