mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +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