From 2873b1fece7c2d91aef3ad1d321e29b9398dd1de Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 26 Jul 2022 23:15:55 -0500 Subject: [PATCH] Move netlify to adapter --- astro.config.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1f2cdd7..18408e3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -28,10 +28,10 @@ export default defineConfig({ output: 'server', publicDir: './static', site: 'https://doesitarm.com', + adapter: netlify({ + dist: new URL('./dist/', import.meta.url) + }), integrations: [ - netlify({ - dist: new URL('./dist/', import.meta.url) - }), // Astro Vue Reference // https://github.com/withastro/astro/tree/main/packages/integrations/vue vue(),