mirror of
https://github.com/jordienr/zenblog.git
synced 2026-09-26 17:20:26 -04:00
wip
This commit is contained in:
@@ -3,7 +3,7 @@ import { getBlogClient } from "@/cms";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
|
||||
export const dynamic = "auto";
|
||||
export const dynamic = "force-dynamic";
|
||||
const Blog = async () => {
|
||||
const blog = getBlogClient();
|
||||
const { data: posts } = await blog.posts.list();
|
||||
|
||||
Reference in New Issue
Block a user