Astro in getStaticPaths is confusing, since types don't match. Now that Astro.glob is removed (#14368), there's nothing really useful on the Astro object when used inside getStaticPaths.
We should log a warning if any of its properties is used in v6, and throw in v7.
AstroingetStaticPathsis confusing, since types don't match. Now thatAstro.globis removed (#14368), there's nothing really useful on theAstroobject when used insidegetStaticPaths.We should log a warning if any of its properties is used in v6, and throw in v7.