refactor env

This commit is contained in:
Danel Kungla
2025-09-25 18:07:10 +03:00
parent 1acde486f2
commit 0a61371271
2 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,6 @@ import Cart from '../../_components/cart';
import CartTimer from '../../_components/cart/cart-timer';
import { EnrichedCartItem } from '../../_components/cart/types';
export const dynamic = 'force-dynamic';
export async function generateMetadata() {
const { t } = await createI18nServerInstance();