diff --git a/src/content/docs/es/reference/errors/unsupported-external-redirect.mdx b/src/content/docs/es/reference/errors/unsupported-external-redirect.mdx new file mode 100644 index 0000000000000..b01f783751b32 --- /dev/null +++ b/src/content/docs/es/reference/errors/unsupported-external-redirect.mdx @@ -0,0 +1,15 @@ +--- +title: URL no compatible o con formato incorrecto. +i18nReady: true +githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts +--- + +> **UnsupportedExternalRedirect**: Una redirección externa debe comenzar con http o https, y debe ser una URL válida. + +## ¿Qué salió mal? + +Una redirección externa debe comenzar con http o https, y debe ser una URL válida. + +**Ver también:** + +- [Astro.redirect](/es/reference/api-reference/#redirect)