Parallel plug loading on the server

This commit is contained in:
Zef Hemel
2022-10-21 17:06:14 +02:00
parent dc32ca81a9
commit 5bb73c111d
3 changed files with 6 additions and 10 deletions
-1
View File
@@ -41,7 +41,6 @@ export async function readFileCloud(
text,
`${pagePrefix}${originalUrl.split("/")[0]}/`,
);
console.log("Got this", text);
return {
data: encoding === "string" ? text : base64EncodedDataUrl(
"text/markdown",