github withastro/astro @astrojs/vercel@5.1.0

latest releases: astro@4.9.2, @astrojs/upgrade@0.3.1, astro@4.9.1...
7 months ago

Minor Changes

  • #8867 b209e5335 Thanks @lilnasy! - You can now configure how long your functions can run before timing out.

    export default defineConfig({
        output: "server",
        adapter: vercel({
    +       maxDuration: 60
        }),
    });

Patch Changes

  • #8896 5dd1ed50b Thanks @bluwy! - Prevents the Vercel serverless adapter from generating static redirect pages in hybrid mode

  • Updated dependencies [26b77b8fe]:

    • astro@3.3.4

Don't miss a new astro release

NewReleases is sending notifications on new releases.