mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
3cbd8ea753
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
523 B
523 B
astro |
---|
major |
Removes additional deprecated APIs:
- The Astro preview server now returns a 404 status instead of a 301 redirect when requesting assets from the public directory without a base.
- Removes special handling when referencing the
astro/client-image
type. You should use theastro/client
type instead. - Removes deprecated built-in
rss
support ingetStaticPaths
. You should use@astrojs/rss
instead. - Removes deprecated
Astro.request.params
support. You should useAstro.params
instead.