github-actions
released this
31 Oct 09:07
·
0 commits
to main
since this release
Major Changes
-
f248546
Thanks @bluwy! - Updates esbuild dependency to v0.24.0 -
#384
7d83f60
Thanks @bluwy! - Removes deprecatedspeedInsights
option in favor of Vercel's direct support: https://vercel.com/docs/speed-insights/quickstart
Minor Changes
-
#424
3351348
Thanks @ematipico! - Deprecates the entrypoints@astrojs/vercel/serverless
and@astrojs/vercel/static
. These will continue to work but are no longer documented and will be removed in a future version. We recommend updating to the@astrojs/vercel
entrypoint as soon as you are able:-import vercel from "@astrojs/vercel/static" +import vercel from "@astrojs/vercel"
-import vercel from "@astrojs/vercel/serverless" +import vercel from "@astrojs/vercel"