diff --git a/astro.config.ts b/astro.config.ts index 5af70357..3befb848 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -9,9 +9,9 @@ export default (await import("astro/config")).defineConfig({ ? (await import("astrojs-service-worker")).default() : null, (await import("@astrojs/sitemap")).default(), - (await import("astro-critters")).default({ Logger: 1 }), + // (await import("astro-critters")).default({ Logger: 1 }), (await import("@astrojs/prefetch")).default(), - (await import("astro-rome")).default({ Logger: 1 }), + // (await import("astro-rome")).default({ Logger: 1 }), (await import("astro-compress")).default({ Logger: 1 }), ], vite: { diff --git a/package.json b/package.json index 9cc0926c..f20aa901 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tailwindcss/typography": "0.5.10", "astro": "3.3.2", "astro-capo": "0.0.1", - "astro-compress": "2.1.1", + "astro-compress": "2.1.2", "astro-critters": "2.1.0", "astro-rome": "2.1.0", "astrojs-service-worker": "1.1.0",