fix
This commit is contained in:
parent
2888c7d60c
commit
702ae3cb70
|
|
@ -74,11 +74,6 @@ export const _ = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (await existsAsync(dir.path("/app/static/index.css"))) {
|
|
||||||
result.code.site["index.css"] =
|
|
||||||
(await readAsync(dir.path("/app/static/index.css"))) || "";
|
|
||||||
}
|
|
||||||
|
|
||||||
return await gzipAsync(JSON.stringify(result));
|
return await gzipAsync(JSON.stringify(result));
|
||||||
}
|
}
|
||||||
return new Response("NOT FOUND", { status: 403 });
|
return new Response("NOT FOUND", { status: 403 });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue