feat(F-141): completed feature
This commit is contained in:
@@ -4,8 +4,8 @@ import type { Metadata } from 'next';
|
||||
import { fetchBrandBySlug, fetchProducts, formatPrice } from '@/lib/api';
|
||||
import { formatRichText } from '@/lib/format-rich-text';
|
||||
|
||||
// ISR para fichas de marca (F-132).
|
||||
export const revalidate = 3600;
|
||||
// Brand data comes from the live backend; resolve it at request time.
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
interface Props {
|
||||
params: Promise<{ slug: string }>;
|
||||
|
||||
Reference in New Issue
Block a user