| 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
fileloader. Use theglobloader instead.
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: