File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import fetchData from "@/lib/sanity/fetchData";
1010import fetchTeam from "@/lib/sanity/fetchTeam" ;
1111import Carousel from "@/components/ui/Carousel" ;
1212
13- export const revalidate = 60 ;
14-
1513export default async function About ( ) {
1614 const team = await fetchTeam ( ) ;
1715 await fetchData ( "team" ) ;
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import StorygramCards from "@/components/StorygramCards";
22import fetchData from "@/lib/sanity/fetchData" ;
33import Pagination from "@/components/Pagination" ;
44
5- export const revalidate = 0 ;
6-
75export default async function Storygram ( { searchParams } ) {
86 const pageSize = 8 ;
97 const currentPage = parseInt ( searchParams . page || "1" , 10 ) ;
You can’t perform that action at this time.
0 commit comments