diff --git a/astro.config.ts b/astro.config.ts index de20fa77..51b61cca 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -12,7 +12,7 @@ export default (await import("astro/config")).defineConfig({ (await import("@playform/critters-astro")).default({ Logger: 1 }), (await import("@astrojs/prefetch")).default(), (await import("@playform/biome-astro")).default({ Logger: 1 }), - (await import("compress-astro")).default({ Logger: 1 }), + (await import("@playform/compress-astro")).default({ Logger: 1 }), ], vite: { build: { diff --git a/package.json b/package.json index 2757572d..8cdcc714 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "@tailwindcss/typography": "0.5.12", "astro": "4.5.12", "astro-capo": "0.0.1", - "compress-astro": "0.0.2", + "@playform/compress-astro": "0.0.1", "@playform/critters-astro": "0.0.2", - "@playform/biome-astro": "0.0.1", + "@playform/biome-astro": "0.0.2", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", "cssnano": "6.1.2",