mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
091097e60e
* fix(i18n): emit an error when the index isn't found * changeset * Update .changeset/proud-guests-bake.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * rename * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
152 B
152 B
astro |
---|
patch |
Adds an error during the build phase in case i18n.routing.prefixDefaultLocale
is set to true
and the index page is missing.