Skip to content

Commit

Permalink
again - again
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanIStereotekk committed Nov 9, 2024
1 parent 36b2436 commit e0954d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/og/route.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
// import { ImageResponse } from "next/og";
// import { metaData } from "app/config";



export default function DefaultPage(){
return<>
"Nothing is here !"
</>
}
// export function GET(request: Request) {
// let url = new URL(request.url);
// let title = url.searchParams.get("title") || metaData.title;
Expand Down

0 comments on commit e0954d6

Please sign in to comment.