chore: remove svgo dep
This commit is contained in:
parent
af4c6e3253
commit
81c1e1d1a9
1 changed files with 0 additions and 5 deletions
|
@ -7,9 +7,4 @@ export default defineConfig({
|
||||||
integrations: [tailwind()],
|
integrations: [tailwind()],
|
||||||
output: 'server',
|
output: 'server',
|
||||||
adapter: netlify(),
|
adapter: netlify(),
|
||||||
vite: {
|
|
||||||
ssr: {
|
|
||||||
external: ['svgo'],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue