chore: fix compilation

This commit is contained in:
Thomas Camlong
2025-11-17 10:38:10 +01:00
parent 2cfc1949b7
commit 8da2d306c7
4 changed files with 43 additions and 43 deletions

View File

@@ -3,7 +3,6 @@ import { ImageResponse } from "next/og"
import { getCommunityGalleryRecord, getCommunitySubmissionByName, getCommunitySubmissions } from "@/lib/community"
export const revalidate = 21600 // 6 hours
export const runtime = 'edge';
export async function generateStaticParams() {
const icons = await getCommunitySubmissions()