Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Oct 22, 2024
1 parent 497a658 commit 58cb4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/prefetch-images/[...rest]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export async function GET(
loading: img.getAttribute("loading"),
}))
.filter((img) => img.src);
console.log("Prefetched images", images);
return NextResponse.json(
{ images },
{
Expand Down

0 comments on commit 58cb4f6

Please sign in to comment.