This commit is contained in:
Rizky 2024-07-16 23:33:42 +07:00
parent 2888c7d60c
commit 702ae3cb70
1 changed files with 0 additions and 5 deletions

View File

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