astro 1.6.4
Patch Changes
-
#5290
b2b291d29Thanks @matthewp! - Handle base configuration in adaptersThis allows adapters to correctly handle
baseconfiguration. Internally Astro now matches routes when the URL includes thebase.Adapters now also have access to the
removeBasemethod which will remove thebasefrom a pathname. This is useful to look up files for static assets. -
#5292
97e2b6ad7Thanks @MontelAle! - Changes slow astro cli imports to dynamic -
#5293
4af4d8fa0Thanks @matthewp! - Prevent overcaching .astro HMR changes -
#5314
f6add3924Thanks @matthewp! - Fixes regression with config file restarts -
#5298
247eb7411Thanks @wulinsheng123! - have not founded style when srcDir was root