Skip to content

@astrojs/node@0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 22:03
· 5662 commits to main since this release
109693b

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(),
    });
  • #2873 e4025d1f Thanks @matthewp! - Improves the build by building to a single file for rendering