github withastro/astro @astrojs/netlify@0.0.2

2 years ago

Patch Changes

  • #2879 80034c6c Thanks @matthewp! - Netlify Adapter

    This change adds a Netlify adapter that uses Netlify Functions. You can use it like so:

    import { defineConfig } from 'astro/config';
    import netlify from '@astrojs/netlify/functions';
    
    export default defineConfig({
    	adapter: netlify(),
    });

Don't miss a new astro release

NewReleases is sending notifications on new releases.