
🍿 Minor Changes
-
#1841
ee0cd38aThanks @HiDeoo! - Adds support forAstro.currentLocaleand Astro’s i18n routing.⚠️ Potentially breaking change: Starlight now configures Astro’s
i18noption for you based on itslocalesconfig.If you are currently using Astro’s
i18noption as well as Starlight’slocalesoption, you will need to remove one of these. In general we recommend using Starlight’slocales, but if you have a more advanced configuration you may choose to keep Astro’si18nconfig instead. -
#1958
081d1a96Thanks @delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer -
#1530
dd64836aThanks @kevinzunigacuellar! - Adds a new<Badge>component