From ca546cde829bf48d8681c6a57563c56be0f8e5b1 Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:14:57 +0200 Subject: [PATCH] feat: make Sharp the default image service (#7908) * feat: make Sharp the default image service * chore: lockfile --- packages/astro/src/@types/astro.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 95c9a21b46b5f..4c51a7eaf6635 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -23,7 +23,6 @@ import type { LogOptions, LoggerLevel } from '../core/logger/core'; import { AstroIntegrationLogger } from '../core/logger/core'; import type { AstroComponentFactory, AstroComponentInstance } from '../runtime/server'; import type { SUPPORTED_MARKDOWN_FILE_EXTENSIONS } from './../core/constants.js'; -import { AstroIntegrationLogger } from '../core/logger/core'; export type { MarkdownHeading, MarkdownMetadata,