chore: force dynamic rendering for sitemap generation
Some checks failed
Build and Push App / build (push) Failing after 9m35s

This commit is contained in:
streap2
2026-04-26 08:48:01 +02:00
parent 668b6bd8b8
commit a551fe6bcc

View File

@@ -1,6 +1,8 @@
import { MetadataRoute } from 'next';
import prisma from '@/lib/prisma';
export const dynamic = 'force-dynamic';
export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
const baseUrl = process.env.NEXT_PUBLIC_APP_URL || 'https://afroprenariat.com';