mirror of
https://github.com/withastro/astro.git
synced 2025-03-24 23:21:57 -05:00
[ci] format
This commit is contained in:
parent
c75ededdb4
commit
c704c449c0
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { ExternalImageService } from 'astro';
|
||||
import { isESMImportedImage, sharedValidateOptions } from './shared.js';
|
||||
import { baseService } from 'astro/assets';
|
||||
import { isESMImportedImage, sharedValidateOptions } from './shared.js';
|
||||
|
||||
const service: ExternalImageService = {
|
||||
...baseService,
|
||||
|
@ -31,7 +31,8 @@ const service: ExternalImageService = {
|
|||
}
|
||||
}
|
||||
|
||||
const { src, width, height, format, quality, densities, widths, formats, ...attributes } = options;
|
||||
const { src, width, height, format, quality, densities, widths, formats, ...attributes } =
|
||||
options;
|
||||
|
||||
return {
|
||||
...attributes,
|
||||
|
|
Loading…
Add table
Reference in a new issue