diff options
Diffstat (limited to 'examples/fast-build/astro.config.mjs')
-rw-r--r-- | examples/fast-build/astro.config.mjs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/fast-build/astro.config.mjs b/examples/fast-build/astro.config.mjs index 38a4a1140..f40bc1cca 100644 --- a/examples/fast-build/astro.config.mjs +++ b/examples/fast-build/astro.config.mjs @@ -2,8 +2,8 @@ import { imagetools } from 'vite-imagetools'; // @ts-check export default /** @type {import('astro').AstroUserConfig} */ ({ - renderers: ['@astrojs/renderer-vue'], - vite: { - plugins: [imagetools()], - }, + renderers: ['@astrojs/renderer-vue'], + vite: { + plugins: [imagetools()], + }, }); |