Skip to content

astro

Glob patterns are not supported in the file loader.

Astro

Glob patterns are not supported in the file loader.

Glob patterns are not supported in the file loader.

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

FileGlobNotSupported: Glob patterns are not supported in the file loader. Use the glob loader instead.

What went wrong?

The file loader must be passed a single local file. Glob patterns are not supported. Use the built-in glob loader to create entries from patterns of multiple local files.

See Also: