github withastro/astro @astrojs/vercel@7.5.0

latest releases: astro@4.7.0, astro@4.6.4, @astrojs/vercel@7.5.4...
29 days ago

Minor Changes

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

Don't miss a new astro release

NewReleases is sending notifications on new releases.