Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { imagetools } from 'vite-imagetools';
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
renderers: ['@astrojs/renderer-vue'],
vite: {
plugins: [imagetools()],
},
});