Skip to content

Commit

Permalink
astro-compress fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Sep 17, 2023
1 parent 8863870 commit 237d37d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import sitemap from '@astrojs/sitemap';
import image from '@astrojs/image';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import compress from 'astro-compress';
import { readingTimeRemarkPlugin } from './src/utils/frontmatter.mjs';
import { SITE } from './src/config/site/config.js';
import react from '@astrojs/react';
Expand Down Expand Up @@ -59,16 +58,6 @@ export default defineConfig({
},
})
),
compress({
css: true,
html: {
removeAttributeQuotes: false,
},
img: false,
js: true,
svg: true,
logger: 1,
}),
react(),
],
vite: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.62.0",
"astro": "^2.10.1",
"astro-compress": "^1.1.35",
"astro-icon": "^1.0.0-next.2",
"eslint": "^8.37.0",
"eslint-plugin-astro": "^0.28.0",
Expand Down

0 comments on commit 237d37d

Please sign in to comment.