We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f809 commit 4347a4cCopy full SHA for 4347a4c
astro.config.mjs
@@ -11,7 +11,6 @@ import pagefind from "astro-pagefind";
11
import deleteUnusedImages from "astro-delete-unused-images";
12
import serviceWorker from "astrojs-service-worker";
13
import { execSync } from "node:child_process";
14
-
15
import compress from "astro-compress";
16
17
let gitVersion = String(process.env.GIT_VERSION ?? "").slice(0, 7);
@@ -116,7 +115,6 @@ export default defineConfig({
116
115
enableInDevelopment: true,
117
}),
118
compress({
119
- Images: false,
120
SVG: false,
121
122
dontDie(),
0 commit comments