mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 11:04:18 +01:00
opengraphFrontendController --> serveStaticWithOG
This commit is contained in:
@@ -215,7 +215,7 @@ const buildMetaTags = async (params: PathParams, url: string): Promise<string> =
|
||||
return await BLANK_META(url);
|
||||
};
|
||||
|
||||
export const openGraphFrontendController = <E extends Env>(
|
||||
export const serveStaticWithOG = <E extends Env>(
|
||||
options: ServeStaticOptions<E>,
|
||||
): MiddlewareHandler => {
|
||||
// deno-lint-ignore require-await
|
||||
|
||||
Reference in New Issue
Block a user