Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/es/reference/errors/invalid-glob.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

:::caution[Obsoleto]
Este error fue eliminado en Astro v6.0.0 junto con la eliminación de `Astro.glob()`.
:::

> **InvalidGlob**: Patrón glob inválido: `GLOB_PATTERN`. Los patrones glob deben comenzar con './', '../' o '/'.

## ¿Qué salió mal?
Expand Down
Loading