Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.24 KB

File metadata and controls

25 lines (17 loc) · 1.24 KB
title Index page not found.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

import DontEditWarning from '~/components/DontEditWarning.astro'

MissingIndexForInternationalization: Could not find index page. A root index page is required in order to create a redirect to the index URL of the default locale. (/DEFAULT_LOCALE)

What went wrong?

Astro could not find the index URL of your website. An index page is required so that Astro can create a redirect from the main index page to the localized index page of the default locale when using i18n.routing.prefixDefaultLocale.

See Also: