mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
f0031b0a39
commit
3c17b59f2d
1 changed files with 5 additions and 1 deletions
|
@ -101,7 +101,11 @@ export default function assets({
|
|||
? options.src.fsPath
|
||||
: options.src;
|
||||
|
||||
const hash = hashTransform(options, settings.config.image.service.entrypoint, hashProperties);
|
||||
const hash = hashTransform(
|
||||
options,
|
||||
settings.config.image.service.entrypoint,
|
||||
hashProperties
|
||||
);
|
||||
|
||||
let finalFilePath: string;
|
||||
let transformsForPath = globalThis.astroAsset.staticImages.get(finalOriginalImagePath);
|
||||
|
|
Loading…
Add table
Reference in a new issue