컨텐츠로 건너뛰기

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.

Astro.glob()은 오직 .astro 파일에서만 사용할 수 있습니다. 대신 다른 파일에서는 import.meta.glob()을 사용하여 동일한 결과를 얻을 수 있습니다.

더 보기: