astro.config.mjs添加配置

1
2
3
4
5
6
7
vite: {  
build: {
rollupOptions: {
external: ['sharp'],
},
},
},