From 7f1711098bfdc8bb233c0cf51f98b3de03d97c7e Mon Sep 17 00:00:00 2001 From: Viet Nguyen <3805254+vnugent@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:54:37 -0800 Subject: [PATCH] fix: remove fetch optimization --- src/app/(default)/area/[[...slug]]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(default)/area/[[...slug]]/page.tsx b/src/app/(default)/area/[[...slug]]/page.tsx index 0e1c83b4e..3c6875a50 100644 --- a/src/app/(default)/area/[[...slug]]/page.tsx +++ b/src/app/(default)/area/[[...slug]]/page.tsx @@ -23,7 +23,6 @@ import { PageWithCatchAllUuidProps, PageSlugType } from '@/js/types/pages' * Page cache settings */ export const revalidate = 3600 // 1 hr -export const fetchCache = 'force-no-store' // opt out of Nextjs version of 'fetch' /** * Area/crag page