Skip to content

astro

Invalid glob pattern.

Astro

Invalid glob pattern.

Invalid glob pattern.

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

:::caution[Deprecated] This error was removed in Astro v6.0.0 along with the removal of Astro.glob(). :::

InvalidGlob: Invalid glob pattern: GLOB_PATTERN. Glob patterns must start with './', '../' or '/'.

What went wrong?

Astro encountered an invalid glob pattern. This is often caused by the glob pattern not being a valid file path.

See Also: