Fix build by redirecting /curator/specials to localized route

This commit is contained in:
Hördle Bot
2025-12-04 13:27:36 +01:00
parent 51c62e7763
commit b1ab5bd633
2 changed files with 7 additions and 153 deletions

View File

@@ -1,5 +1,7 @@
'use client';
export const dynamic = 'force-dynamic';
import { useEffect, useState } from 'react';
import { useParams, useRouter, usePathname } from 'next/navigation';
import { useLocale, useTranslations } from 'next-intl';