Astro6.0
Astto6.0がリリースされた。基本的な機能に変更はないが多くの機能追加がある。
Astro 6.0 | Astro Astro 6 is here with a refactored dev server, an experimental Rust compiler, live content collections, CSP, and more. https://astro.build/blog/astro-6/
アップグレード方法
Terminal window
# Recommended:
npx @astrojs/upgrade
# Bun
bun x @astrojs/upgrade
# Manual:
npm install…