Astro.glob()
to access data from files in your projectgetStaticPaths()
to create multiple pages (routes) at once If you need information to construct the page routes, write it insidegetStaticPaths()
To receive information in the HTML template of a page route, write it outside getStaticPaths()