इसे छोड़कर कंटेंट पर जाएं

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() can only be used in .astro files. You can use import.meta.glob() instead to achieve the same result.

See Also: