This commit is contained in:
Jordi Enric
2024-11-01 23:03:03 +01:00
parent 14f01b2bc4
commit 3160c657d1
+2 -1
View File
@@ -3,7 +3,8 @@ import { getBlogClient } from "@/cms";
import Link from "next/link";
import React from "react";
export const dynamic = "force-dynamic";
export const dynamic = "auto";
export const revalidate = 300; // 5 minutes
export const metadata = {};
const Blog = async () => {
const blog = getBlogClient();