[ci] format
This commit is contained in:
parent
b1230152ff
commit
e8007c3b8f
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export async function render(
|
|||
scripts,
|
||||
// Resolves specifiers in the inline hydrated scripts, such as "@astrojs/preact/client.js"
|
||||
async resolve(s: string) {
|
||||
if(s.startsWith('/@fs')) {
|
||||
if (s.startsWith('/@fs')) {
|
||||
return s;
|
||||
}
|
||||
return '/@id' + prependForwardSlash(s);
|
||||
|
|
Loading…
Reference in a new issue