#Astro.glob imports scripts and css
3 messages · Page 1 of 1 (latest)
Yeah, Astro.glob imports immediatly all it catches, see https://docs.astro.build/en/guides/imports/#astroglob-vs-getcollection and also https://vitejs.dev/guide/features.html#glob-import which deferrs the import too.
And is there a way to get metadata only from the page and not import it.