Skip to content

Commit 6752305

Browse files
committed
Update metadata files
1 parent 90eb885 commit 6752305

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/sitemap.xml/route.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { cityData } from "@/data/cities";
2+
export const dynamic = 'force-static'; // Añadir esta línea
3+
export const revalidate = 3600
24

35
export async function GET() {
46
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || "https://pyday.vercel.app";

0 commit comments

Comments
 (0)