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