컨텐츠로 이동

Astro.glob() used outside of an Astro file.

이 컨텐츠는 아직 번역되지 않았습니다.

AstroGlobUsedOutside: Astro.glob(GLOB_STR) can only be used in .astro files. import.meta.glob(GLOB_STR) can be used instead to achieve a similar result.

What went wrong?

Astro.glob() can only be used in .astro files. You can use import.meta.glob() instead to acheive the same result.

See Also: