mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
chore: remove unused file
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import generateOgImages from "@utils/generateOgImages";
|
||||
import type { APIRoute } from "astro";
|
||||
|
||||
export const GET: APIRoute = async () => new Response(await generateOgImages());
|
||||
|
||||
export const getStaticPaths = () => [
|
||||
{ params: { ogImage: "generating images with " } },
|
||||
];
|
||||
Reference in New Issue
Block a user