Skip to content

Commit 4347a4c

Browse files
committed
Fix failing build process (#1257)
1 parent a78f809 commit 4347a4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import pagefind from "astro-pagefind";
1111
import deleteUnusedImages from "astro-delete-unused-images";
1212
import serviceWorker from "astrojs-service-worker";
1313
import { execSync } from "node:child_process";
14-
1514
import compress from "astro-compress";
1615

1716
let gitVersion = String(process.env.GIT_VERSION ?? "").slice(0, 7);
@@ -116,7 +115,6 @@ export default defineConfig({
116115
enableInDevelopment: true,
117116
}),
118117
compress({
119-
Images: false,
120118
SVG: false,
121119
}),
122120
dontDie(),

0 commit comments

Comments
 (0)