Skip to content

Commit

Permalink
fix: remove fetch optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Dec 4, 2024
1 parent e370601 commit 7f17110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(default)/area/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f17110

Please sign in to comment.