Change8

@astrojs/vercel@10.0.0-beta.3

Breaking Changes
📦 astroView on GitHub →
1 breaking🔧 4 symbols

Summary

This release removes deprecated Vercel exports and updates the core implementation to utilize the new Adapter API.

⚠️ Breaking Changes

  • The deprecated exports `@astrojs/vercel/serverless` and `@astrojs/vercel/static` have been removed. Users must switch to using the main `@astrojs/vercel` export instead.

Migration Steps

  1. If you were importing from `@astrojs/vercel/serverless` or `@astrojs/vercel/static`, update your imports to use the main `@astrojs/vercel` export.

Affected Symbols