Skip to content

Commit

Permalink
feat: make Sharp the default image service (#7908)
Browse files Browse the repository at this point in the history
* feat: make Sharp the default image service

* chore: lockfile
  • Loading branch information
Princesseuh authored and ematipico committed Aug 8, 2023
1 parent b755186 commit ca546cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ca546cd

Please sign in to comment.