From 81c1e1d1a98a4e68d6a9985cfe500a370290cef1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Sep 2023 16:41:42 +0200 Subject: [PATCH] chore: remove svgo dep --- apps/landing-page/astro.config.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/landing-page/astro.config.mjs b/apps/landing-page/astro.config.mjs index 4017099..a31ecf6 100644 --- a/apps/landing-page/astro.config.mjs +++ b/apps/landing-page/astro.config.mjs @@ -7,9 +7,4 @@ export default defineConfig({ integrations: [tailwind()], output: 'server', adapter: netlify(), - vite: { - ssr: { - external: ['svgo'], - }, - }, });