Skip to content

Commit

Permalink
chore: update revalidate time
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jul 8, 2024
1 parent 3028656 commit a848362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/og/src/app/posts/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { apolloClient } from '@hey/lens/apollo';
import defaultMetadata from 'src/defaultMetadata';

export const dynamic = 'force-static';
export const revalidate = 172800;
export const revalidate = 2160000;

interface Props {
params: { id: string };
Expand Down
2 changes: 1 addition & 1 deletion apps/og/src/app/u/[handle]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { apolloClient } from '@hey/lens/apollo';
import defaultMetadata from 'src/defaultMetadata';

export const dynamic = 'force-static';
export const revalidate = 172800;
export const revalidate = 2160000;

interface Props {
params: { handle: string };
Expand Down

0 comments on commit a848362

Please sign in to comment.