astro 2.3.4
Patch Changes
-
#6967
a8a319aefThanks @bluwy! - Fixastro-entryerror on build with multiple JSX frameworks -
#6961
a695e44aeThanks @Princesseuh! - Fix getImage type -
#6956
367e61776Thanks @lilnasy! - Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision. -
#6969
77270cc2cThanks @bluwy! - Avoid removing leading slash forbuild.assetsPrefixvalue in the build output -
#6910
895fa07d8Thanks @natemoo-re! - Inlineprocess.envboolean values (0,1,true,false) during the build. This helps with DCE and allows for betterexport const prerenderdetection. -
#6958
72c6bf01fThanks @bluwy! - Fix content render imports flow -
#6952
e5bd084c0Thanks @Princesseuh! - Update allowed Sharp versions to support 0.32.0