0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Princesseuh 2023-11-08 09:24:54 +00:00 committed by astrobot-houston
parent f0031b0a39
commit 3c17b59f2d

View file

@ -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);