#Astro.glob imports scripts and css

3 messages · Page 1 of 1 (latest)

cerulean pine
#

Hi, I have created a blog and a pagination component that reads some data that I export across all blog pages. I only need the data, but Astro.glob imports all the CSS and scripts that this page doesn't need. Is there a way to just import the data.

manic basalt
cerulean pine
#

And is there a way to get metadata only from the page and not import it.