mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
1f2699461d
commit
1ed52c5849
1 changed files with 2 additions and 6 deletions
|
@ -12,7 +12,7 @@ import { attachToResponse, getSetCookiesFromResponse } from '../cookies/index.js
|
||||||
import { call as callEndpoint } from '../endpoint/index.js';
|
import { call as callEndpoint } from '../endpoint/index.js';
|
||||||
import { consoleLogDestination } from '../logger/console.js';
|
import { consoleLogDestination } from '../logger/console.js';
|
||||||
import { error, type LogOptions } from '../logger/core.js';
|
import { error, type LogOptions } from '../logger/core.js';
|
||||||
import { joinPaths, prependForwardSlash, removeTrailingForwardSlash } from '../path.js';
|
import { removeTrailingForwardSlash } from '../path.js';
|
||||||
import {
|
import {
|
||||||
createEnvironment,
|
createEnvironment,
|
||||||
createRenderContext,
|
createRenderContext,
|
||||||
|
@ -72,11 +72,7 @@ export class App {
|
||||||
return bundlePath;
|
return bundlePath;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
return createAssetLink(
|
return createAssetLink(bundlePath, manifest.base, manifest.assetsPrefix);
|
||||||
bundlePath,
|
|
||||||
manifest.base,
|
|
||||||
manifest.assetsPrefix
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue