feat: set dynamic export to force-static in sitemap
All checks were successful
Push to github container register / push-docker (push) Successful in 10m49s

This commit is contained in:
2026-04-05 03:47:19 +00:00
parent ca41a2608d
commit 6d32a0f207

View File

@@ -2,6 +2,8 @@ import type { MetadataRoute } from "next";
import { getAllAnnouncements } from "@/lib/announcements";
export const dynamic = "force-static";
const SITE_URL =
process.env.NEXT_PUBLIC_SITE_URL ??
process.env.SITE_URL ??