mirror of
https://github.com/jordienr/zenblog.git
synced 2026-09-27 01:30:30 -04:00
wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user