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
07f89429a1
commit
a3ebfad0cc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { getConfiguredImageService } from '../internal.js';
|
|||
import { etag } from '../utils/etag.js';
|
||||
import { isRemoteAllowed } from '../utils/remotePattern.js';
|
||||
// @ts-expect-error
|
||||
import { assetsDir, outDir, imageConfig } from 'astro:assets';
|
||||
import { assetsDir, imageConfig, outDir } from 'astro:assets';
|
||||
|
||||
function replaceFileSystemReferences(src: string) {
|
||||
return os.platform().includes('win32') ? src.replace(/^\/@fs\//, '') : src.replace(/^\/@fs/, '');
|
||||
|
|
Loading…
Add table
Reference in a new issue