Skip to content

Commit f8733f1

Browse files
committed
Disable image compression
1 parent 7af2a0f commit f8733f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default defineConfig({
8989
pagefind(),
9090
deleteUnusedImages(),
9191
(await import("astro-compress")).default({
92+
Image: false,
9293
SVG: false,
9394
}),
9495
],

0 commit comments

Comments
 (0)