From ca0475ba944bd0f0ba255c64a6d30fb2ad0e46eb Mon Sep 17 00:00:00 2001 From: Abhimanyu Rana Date: Mon, 15 May 2023 05:55:10 +0530 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 78ae280..da95549 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,5 +4,5 @@ import netlify from "@astrojs/netlify/functions"; // https://astro.build/config export default defineConfig({ output: "server", - adapter: netlify(), -}); \ No newline at end of file + adapter: netlify() +});