Skip to content

Commit dfc6b4a

Browse files
committed
.
1 parent af5441f commit dfc6b4a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/about/page.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import fetchData from "@/lib/sanity/fetchData";
1010
import fetchTeam from "@/lib/sanity/fetchTeam";
1111
import Carousel from "@/components/ui/Carousel";
1212

13-
export const revalidate = 60;
14-
1513
export default async function About() {
1614
const team = await fetchTeam();
1715
await fetchData("team");

app/storygram/page.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import StorygramCards from "@/components/StorygramCards";
22
import fetchData from "@/lib/sanity/fetchData";
33
import Pagination from "@/components/Pagination";
44

5-
export const revalidate = 0;
6-
75
export default async function Storygram({ searchParams }) {
86
const pageSize = 8;
97
const currentPage = parseInt(searchParams.page || "1", 10);

0 commit comments

Comments
 (0)