We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eb885 commit 6752305Copy full SHA for 6752305
1 file changed
src/app/sitemap.xml/route.js
@@ -1,4 +1,6 @@
1
import { cityData } from "@/data/cities";
2
+export const dynamic = 'force-static'; // Añadir esta línea
3
+export const revalidate = 3600
4
5
export async function GET() {
6
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || "https://pyday.vercel.app";
0 commit comments