finish up the documentation page

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-17 02:42:32 +03:00
parent e87764a4c2
commit 6f7263dd84
28 changed files with 1141 additions and 234 deletions

View File

@@ -31,7 +31,7 @@ export async function load({ fetch }) {
};
} catch (err) {
return {
error: err,
error: err.toString(),
};
}
}