Skip to content

Commit

Permalink
Turn on HTML compression to see if thats the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Aug 19, 2023
1 parent 77f8392 commit 7df2cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
react(),
compress({
CSS: true,
HTML: false,
HTML: true,
Image: true,
JavaScript: true,
SVG: true,
Expand Down

0 comments on commit 7df2cf1

Please sign in to comment.