Patch Changes
-
#3026
4b0f27d9
Thanks @matthewp! - Fix for adding set-cookie multiple times -
#3020
c773dcde
Thanks @tony-sull! - Add support for advanced CSS imports with?raw
and?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 withset:html
to inline styles directly into the built HTML page. -
#3022
8c04ff1f
Thanks @matthewp! - Allows adapters to export default -
#3021
7e9d82d7
Thanks @matthewp! - Warn when attempting to access headers in SSG mode