Skip to content

Commit

Permalink
feat(presentation): enable gzip compression in astro.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Dec 31, 2024
1 parent 7f8bcdf commit c87845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
},
}),
compressor({
gzip: false,
gzip: true,
brotli: true,
}),
],
Expand Down

0 comments on commit c87845f

Please sign in to comment.