Temporarily remove astro-compress and use Squoosh due to sharp errors

This commit is contained in:
prototypa
2023-12-23 15:09:24 -05:00
parent bbc1309a56
commit 7aa83f5903
2 changed files with 1 additions and 19 deletions

View File

@ -8,7 +8,6 @@ import tailwind from '@astrojs/tailwind';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import icon from 'astro-icon';
import compress from 'astro-compress';
import tasks from './src/utils/tasks';
import { readingTimeRemarkPlugin, responsiveTablesRehypePlugin } from './src/utils/frontmatter.mjs';
@ -61,15 +60,6 @@ export default defineConfig({
),
tasks(),
compress({
CSS: true,
HTML: false,
Image: false,
JavaScript: true,
SVG: true,
Logger: 1,
}),
],
image: {