Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Mar 22, 2024
1 parent b08dab6 commit 88de049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/images/weekly-users/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { protocolsInfo } from "@/lib/protocols";
import { countDistinct, gt } from "drizzle-orm";
import { ImageResponse } from "next/og";

// TODO make a cached version that is refreshed every 24 hours
export const dynamic = "force-dynamic";
const size = {
width: 1012,
height: 506,
Expand Down

0 comments on commit 88de049

Please sign in to comment.