netlify adapter

This commit is contained in:
2023-02-11 16:45:00 -05:00
parent c938ed446a
commit 256c3fbc18
3 changed files with 354 additions and 27 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
import { defineConfig } from "astro/config";
import netlify from "@astrojs/netlify/functions";
// https://astro.build/config
export default defineConfig({
output: "server",
});
adapter: netlify()
});