Astro: @astrojs/vercel@7.5.0 Release

Release date:
March 28, 2024
Previous version:
@astrojs/vercel@7.4.0 (released March 20, 2024)
Magnitude:
2,511 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

43 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored March 22, 2024
Authored March 21, 2024
Authored March 26, 2024
Authored March 28, 2024
Authored March 27, 2024
Authored March 27, 2024
Authored March 21, 2024
Authored March 20, 2024
Authored March 27, 2024
Authored March 22, 2024
Authored March 26, 2024
Authored March 28, 2024
Authored March 27, 2024
Authored March 27, 2024
Authored March 20, 2024
Authored March 28, 2024
Authored March 27, 2024
Authored March 22, 2024

Top Contributors in @astrojs/vercel@7.5.0

ematipico
bholmesdev
Princesseuh
mingjunlu
admirsaheta

Directory Browser for @astrojs/vercel@7.5.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #10513 a573cc199a00d35410197ba4117c97764a984dc0 Thanks @tk04! - The isr.exclude configuration can now include routes with dynamic and spread parameters. ts export default defineConfig({ adapter: vercel({ isr: { exclude: [ "/blog/[title]" "/api/[...slug]", ] } }) })