Skip to content

Commit

Permalink
chore(deps):🖥️update compress package
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Aug 11, 2023
1 parent b4a99c6 commit 9267052
Show file tree
Hide file tree
Showing 3 changed files with 13,032 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import robotsTxt from 'astro-robots-txt'
import NetlifyCMS from 'astro-netlify-cms'
import remarkToc from 'remark-toc'
import AstroPWA from '@vite-pwa/astro'
import compress from 'astro-compress'
import Compress from 'astro-compress'
import critters from 'astro-critters'

import { manifest, workbox } from './src/plugins/pwa'
Expand Down Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
serviceEntryPoint: '@astrojs/image/sharp'
}),
robotsTxt(),
compress({
Compress({
css: false
}),
critters({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vueuse/core": "10.3.0",
"astro": "2.10.1",
"astro-compress": "1.1.23",
"astro-critters": "1.1.40",
"astro-critters": "2.0.4",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "0.8.1",
"astro-netlify-cms": "0.5.3",
Expand Down
Loading

0 comments on commit 9267052

Please sign in to comment.