Skip to content

Commit

Permalink
Removed astro-compress to prevent free() segfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
import-pandas-as-numpy committed Feb 20, 2024
1 parent 1a4c682 commit 4c4f521
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 785 deletions.
11 changes: 0 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import compress from 'astro-compress';
import icon from 'astro-icon';
import tasks from './src/utils/tasks';

Expand Down Expand Up @@ -62,16 +61,6 @@ export default defineConfig({

tasks(),

compress({
CSS: true,
HTML: {
removeAttributeQuotes: false,
},
Image: false,
JavaScript: true,
SVG: false,
Logger: 1,
}),
],

markdown: {
Expand Down
Loading

0 comments on commit 4c4f521

Please sign in to comment.