fix: force-dynamic rendering on content pages — engine может отвечать с задержкой
This commit is contained in:
@@ -5,7 +5,7 @@ import ArticleCard from '@/components/ArticleCard';
|
||||
import { listArticles } from '@/lib/engine';
|
||||
import { ArrowLeft } from 'lucide-react';
|
||||
|
||||
export const revalidate = 60;
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export async function generateMetadata({ params }) {
|
||||
const { name } = await params;
|
||||
|
||||
Reference in New Issue
Block a user