Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1018 Bytes

File metadata and controls

24 lines (16 loc) · 1018 Bytes
title Glob patterns are not supported in the file loader.
i18nReady true
githubURL https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts

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: