opengraphFrontendController --> serveStaticWithOG

This commit is contained in:
Siddharth Singh
2024-08-04 04:35:56 +05:30
parent 4e522bd90f
commit b8eb549190
2 changed files with 3 additions and 3 deletions

View File

@@ -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