Skip to content

Commit

Permalink
add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Mar 3, 2023
1 parent 5ebdeb9 commit 1d3e0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netlify/edge-functions/og.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default async function handler(req: Request) {
const authors = url.searchParams.get("authors");
const parsedAuthors = JSON.parse(authors || "[]");

console.log('generating image...')

return new ImageResponse(
(
<div
Expand Down

0 comments on commit 1d3e0de

Please sign in to comment.