chore: remove unused file

This commit is contained in:
tanishqmanuja
2023-09-20 15:34:47 +05:30
committed by Sat Naing
parent 7f3edbdecd
commit b5308debab
-8
View File
@@ -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 " } },
];