diff --git a/src/app/[lng]/page.tsx b/src/app/[lng]/page.tsx index 9cc464da..0b34d9b3 100644 --- a/src/app/[lng]/page.tsx +++ b/src/app/[lng]/page.tsx @@ -4,6 +4,8 @@ import ZaboCarousel from '../components/templates/ZaboCarousel'; import { createTranslation } from '../i18next'; import { Locale } from '../i18next/settings'; +export const dynamic = 'force-dynamic'; + export default async function Home({ params: { lng }, }: { diff --git a/src/app/[lng]/section/all/page.tsx b/src/app/[lng]/section/all/page.tsx index 4277783e..dc6b7f61 100644 --- a/src/app/[lng]/section/all/page.tsx +++ b/src/app/[lng]/section/all/page.tsx @@ -4,6 +4,8 @@ import { Locale } from '@/app/i18next/settings'; import NoticesLoadingWrapper from './NoticesLoadingWrapper'; +export const dynamic = 'force-dynamic'; + const AllNoticePage = async ({ searchParams, }: {