File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import UserRelated from "@/components/user-related";
1919
2020type Params = Promise < { slug : string } > ;
2121
22- export const revalidate = 3600 ;
2322
2423export async function generateMetadata (
2524 { params } : { params : Params } ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const LIMIT = 10;
99
1010type Params = Promise < { num : string } > ;
1111
12- export const revalidate = 60 ;
1312
1413export async function generateStaticParams ( ) {
1514 const count = await client . fetch < number > (
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import Avatar from "@/components/avatar";
2020
2121type Params = Promise < { slug : string } > ;
2222
23- export const revalidate = 3600 ;
2423
2524export async function generateMetadata (
2625 { params } : { params : Params } ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const LIMIT = 10;
99
1010type Params = Promise < { num : string } > ;
1111
12- export const revalidate = 60 ;
1312
1413export async function generateStaticParams ( ) {
1514 const count = await client . fetch < number > (
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Podcast from "../Podcast";
88
99type Params = Promise < { slug : string } > ;
1010
11- export const revalidate = 3600 ;
1211
1312export async function generateMetadata (
1413 { params } : { params : Params } ,
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import MoreHeader from "@/components/more-header";
1616
1717import PodmatchBadge from "@/components/podmatch-badge" ;
1818
19- export const revalidate = 60 ;
2019function HeroPodcast ( {
2120 title,
2221 slug,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const LIMIT = 10;
99
1010type Params = Promise < { num : string } > ;
1111
12- export const revalidate = 60 ;
1312
1413export async function generateStaticParams ( ) {
1514 const count = await client . fetch < number > (
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { Separator } from "@/components/ui/separator";
1515
1616import MoreHeader from "@/components/more-header" ;
1717
18- export const revalidate = 60 ;
1918function HeroPost ( {
2019 title,
2120 slug,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const LIMIT = 10;
99
1010type Params = Promise < { num : string } > ;
1111
12- export const revalidate = 60 ;
1312
1413export async function generateStaticParams ( ) {
1514 const count = await client . fetch < number > (
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import SponsorCard from "@/components/sponsor-card";
1919
2020type Params = Promise < { slug : string } > ;
2121
22- export const revalidate = 3600 ;
2322
2423export async function generateMetadata (
2524 { params } : { params : Params } ,
You can’t perform that action at this time.
0 commit comments