summaryrefslogtreecommitdiff
path: root/examples/fast-build/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fast-build/astro.config.mjs')
-rw-r--r--examples/fast-build/astro.config.mjs8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/fast-build/astro.config.mjs b/examples/fast-build/astro.config.mjs
index 32eca8696..38a4a1140 100644
--- a/examples/fast-build/astro.config.mjs
+++ b/examples/fast-build/astro.config.mjs
@@ -2,10 +2,8 @@ import { imagetools } from 'vite-imagetools';
// @ts-check
export default /** @type {import('astro').AstroUserConfig} */ ({
- renderers: [
- "@astrojs/renderer-vue"
- ],
+ renderers: ['@astrojs/renderer-vue'],
vite: {
- plugins: [imagetools()]
- }
+ plugins: [imagetools()],
+ },
});