astro 1.0.0-beta.5
Patch Changes
-
#3026
4b0f27d9Thanks @matthewp! - Fix for adding set-cookie multiple times -
#3020
c773dcdeThanks @tony-sull! - Add support for advanced CSS imports with?rawand?url⚠️WARNING⚠️: Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with
set:htmlto inline styles directly into the built HTML page. -
#3022
8c04ff1fThanks @matthewp! - Allows adapters to export default -
#3021
7e9d82d7Thanks @matthewp! - Warn when attempting to access headers in SSG mode