From 9808befd021dc23c18137e91b2ef5f99d9845f4f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 29 Oct 2023 12:42:38 +0200 Subject: [PATCH] squash! --- astro.config.ts | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 5af70357..f5da1d5d 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -19,4 +19,6 @@ export default (await import("astro/config")).defineConfig({ sourcemap: true, }, }, -}); +}) as typeof defineConfig; + +import type { defineConfig } from "astro/config"; diff --git a/package.json b/package.json index 133b059b..ccc585ed 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tailwindcss/typography": "0.5.10", "astro": "3.4.0", "astro-capo": "0.0.1", - "astro-compress": "2.1.6", + "astro-compress": "2.2.0", "astro-critters": "2.0.11", "astro-rome": "2.0.9", "astrojs-service-worker": "1.1.0",