astro 2.1.9
Patch Changes
-
#6693
c0b7864a4Thanks @bholmesdev! - Fix: avoid callingastro:server:setupintegration hook in production -
#6676
5e33c51a9Thanks @bholmesdev! - Fix next and previous links for index routes when using pagination -
#6717
c2d4ae1cbThanks @Princesseuh! - Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff -
#6679
08e92f4f8Thanks @fcFn! - Fix incorrect path to file in error overlay on Win -
#6649
f0b732d32Thanks @Princesseuh! - Improve error handling when usingastro:assets -
#6710
a0bdf4ce2Thanks @Princesseuh! - Fix multiple Image / getImage calls with the same image causing multiple duplicate images to be generated -
#6711
c04ea0d43Thanks @Princesseuh! - Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async -
#6701
46ecf4662Thanks @Princesseuh! - Remove unnecessary.wasmfiles inside build output when possible