Skip to content

v1.1.0 - Migración a Astro v6

Choose a tag to compare

@0xdres 0xdres released this 12 Mar 23:18
· 30 commits to main since this release

Highlight

Migrated the blog to Astro v6 to maintain compatibility and take advantage of platform improvements.

Key Changes

  • Upgraded astro from ^5.18.0 to ^6.0.3
  • Upgraded @astrojs/mdx to ^5.0.0
  • Updated @astrojs/rss, @astrojs/sitemap, and @astrojs/check
  • Migrated experimental.fonts to the stable fonts API in Astro 6
  • Breaking change fix: importing from astro/zod instead of astro:content in src/content.config.ts
  • Switched Sriracha font to be served locally (better privacy and control)

Key Commits

  • 6895f6a chore: upgrade to Astro 6 and migrate fonts API to stable