Skip to content

Commit

Permalink
revalidate data
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Nov 1, 2024
1 parent 41bd058 commit a9e68af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/monthlychallenges/(challenges)/nov-2024/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { getWritingChallengeData } from '@/data/monthlyChallenges/NaNoWriMo';
import LeadText from '@/components/content/LeadText';
import DefaultLayout from '@/components/layouts/DefaultLayout';

export const revalidate = 600;

const handle = {
listTitle: 'November, 2024: 50k words!',
meta: {
Expand Down

0 comments on commit a9e68af

Please sign in to comment.