Page MenuHomeSealhub

logo.ts
No OneTemporary

import type { Middleware } from "@koa/router";
import { basename, dirname } from "path";
import send from "koa-send";
const logo: Middleware = async (ctx) => {
await send(ctx, basename(ctx.$app.manifest.logo), {
root: dirname(ctx.$app.manifest.logo),
});
};
export default logo;

File Metadata

Mime Type
text/x-java
Expires
Wed, May 7, 19:45 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625417
Default Alt Text
logo.ts (285 B)

Event Timeline