chore: remove svgo dep

This commit is contained in:
Ayo 2023-09-25 16:41:42 +02:00
parent af4c6e3253
commit 81c1e1d1a9

View file

@ -7,9 +7,4 @@ export default defineConfig({
integrations: [tailwind()],
output: 'server',
adapter: netlify(),
vite: {
ssr: {
external: ['svgo'],
},
},
});