Skip to content

Commit 63be0df

Browse files
committed
fix(deps): replace astro-compress by @otterlord/astro-compress
1 parent d58cd68 commit 63be0df

File tree

3 files changed

+37
-44
lines changed

3 files changed

+37
-44
lines changed

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import fs from 'node:fs'
33
import partytown from '@astrojs/partytown'
44
import sitemap from '@astrojs/sitemap'
55
import tailwind from '@astrojs/tailwind'
6+
import compress from '@otterlord/astro-compress'
67
import { defineConfig } from 'astro/config'
7-
import compress from 'astro-compress'
88
import purgecss from 'astro-purgecss'
99

1010
import { loadEnv } from './dotenv.config'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@astrojs/rss": "^2.4.3",
2323
"@astrojs/sitemap": "^2.0.1",
2424
"@astrojs/tailwind": "^4.0.0",
25+
"@otterlord/astro-compress": "^1.1.48",
2526
"astro": "2.10.1",
26-
"astro-compress": "^1.1.50",
2727
"astro-purgecss": "^2.3.0",
2828
"tailwindcss": "^3.3.3"
2929
},

pnpm-lock.yaml

+35-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)