astro/.changeset/blue-rocks-smoke.md
2022-03-25 16:56:42 -05:00

339 B

astro @astrojs/netlify @astrojs/node
patch patch patch

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()
});