Skip to content

Commit

Permalink
Remove stray revalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Mar 31, 2024
1 parent 25ddc5e commit 610b0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/[page]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { notFound } from 'next/navigation';

export const runtime = 'edge';

export const revalidate = 43200; // 12 hours in seconds

export async function generateMetadata({
params
}: {
Expand Down

0 comments on commit 610b0e8

Please sign in to comment.