feat: update to react 19 and next.js 15.2

This commit is contained in:
Mathias Schopmans
2025-03-03 17:11:18 +01:00
parent d6b41d0ff3
commit 1687f93055
4 changed files with 637 additions and 223 deletions

View File

@@ -2,6 +2,9 @@ import { MetadataRoute } from "next";
import { getAbsoluteUrl, getItems, getQuadrants } from "@/lib/data";
export const dynamic = "force-static";
export const revalidate = 60;
export default function sitemap(): MetadataRoute.Sitemap {
const quadrants = getQuadrants().map((quadrant) => ({
url: getAbsoluteUrl(`/${quadrant.id}/`),