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